HyperPaxeer NetworkPaxeer Network
API Reference

Get token holdings for a wallet

GET
/api/v1/portfolio/{address}/holdings

Returns all ERC-20 token holdings with balances, prices, and USD values.

Path Parameters

address*string

Wallet address (with or without 0x prefix, case-insensitive)

Match^0x[a-fA-F0-9]{40}$

Response Body

application/json

text/plain

curl -X GET "https://us-east-1.user-stats.sidiora.exchange/api/v1/portfolio/0xf263aB36de550bDa08b52d43eB253b3C0387e2bc/holdings"
[
  {
    "contract_address": "string",
    "symbol": "string",
    "name": "string",
    "decimals": 0,
    "balance_raw": "string",
    "balance": "string",
    "price_usd": "string",
    "value_usd": "string",
    "icon_url": "string"
  }
]
"string"