v1
latestOpenAPI 3.1.02026-08-0466147138.0 KBBalances
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
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
}
}
]
}