Balances
Get token balance portfolio for address
Commonly used to render a daily portfolio balance for an address broken down by the token. The timeframe is user-configurable, defaults to 30 days.
GET
/
{chainName}
/
v1
/
address
/
{walletAddress}
/
balance
/
portfolio
Path Parameters
Wallet address
Name of the blockchain (e.g., ethereum, polygon, bsc)
Query Parameters
The number of days to return data for. Defaults to 30 days.
Required range:
x > 1