v1

latestOpenAPI 3.1.02026-08-0466147138.0 KB
Balances

Get superpositions balances

Get the superpositions balances for an address.

get/token/superpositions/balances/{address}

Path parameters

addressstring required
Example:0x1234

Query parameters

fetch_erc20sboolean
Example:true

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

portfolio_valuestring required

Example response

{
  "$schema": "https://api.superform.xyz/schemas/GetSuperpositionBalancesOutputBody.json",
  "superpositions": [
    {
      "vault": {
        "$schema": "https://api.superform.xyz/schemas/Vault.json",
        "protocol": {
          "$schema": "https://api.superform.xyz/schemas/Protocol.json"
        },
        "super_pools": [
          1,
          137
        ],
        "timelock_duration": 7
      }
    }
  ]
}