ToolAssay

Get live DeFi yield balances and pending actions for any wallet — active staking

Get live DeFi yield balances and pending actions for any wallet — active staking, lending, vault, and RWA positions with accrued rewards, USD values, current APY, and claimable actions. Covers 3,300+ yields (Lido, Aave, Morpho, tokenized treasuries) across 80+ networks. Call before actions_exit or actions_manage.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
629 msmedian answer time
$0.001listed price per call
$0.001price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://mcp.yield.xyz/x402/yields_get_balances

CategoryMarket data
Provider hostmcp.yield.xyz
Networkseip155:196, eip155:8453
Payment schemesexact
Self-reported calls, 30 days5 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.001 629 ms

Example input (from the provider)

{
  "body": {
    "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
    "network": "base"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "address": {
              "description": "Wallet address to query (EVM 0x\u2026, Solana base58, or Cosmos bech32)",
              "type": "string"
            },
            "network": {
              "description": "Network slug, e.g. \"ethereum\", \"base\", \"arbitrum\", \"solana\"",
              "type": "string"
            },
            "yieldIds": {
              "description": "Optional: limit the lookup to specific yield IDs, e.g. [\"base-usdc-aave-v3-lending\"]. Omit to scan all yields on the network.",
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "address",
            "network"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "description": "Core fields shown; balance entries vary by yield type and may carry additional fields \u2014 e.g. validator data on staking yields, share tokens on vaults, KYC/eligibility data on RWA yields (this schema is intentionally non-exhaustive).",
          "properties": {
            "errors": {
              "items": {
                "properties": {
                  "error": {
                    "type": "string"
                  },
                  "yieldId": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "items": {
              "items": {
                "properties": {
                  "balances": {
                    "items": {
                      "properties": {
                        "address": {
                          "type": "string"
                        },
                        "amount": {
                          "type": "string"
                        },
                        "amountUsd": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "isEarning": {
                          "type": "boolean"
                        },
                        "pendingActions": {
                          "description": "Claimable actions \u2014 pass type and passthrough to actions_manage",
                          "items": {
                            "properties": {
                              "intent": {
                                "type": "string"
                              },
                              "passthrough": {
                                "type": "string"
                              },
                              "type": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "type": "array"
                        },
                        "token": {
                          "description": "Token metadata: symbol, name, decimals, network, address",
                          "type": "object"
                        },
                        "type": {
                          "description": "e.g. \"active\", \"rewards\", \"unstaking\"",
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "yieldId": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON