cURL
curl --request GET \ --url https://data-api.cloud.ormi.dev/apechain/v1/address/{walletAddress}/balance/portfolio
[ { "contract": { "address": "0x48b62137edfa95a428d35c09e44256a739f6b557", "symbol": "WAPE", "name": "Wrapped ApeCoin", "decimals": 18, "erc_type": "ERC-20" }, "holdings": [ { "timestamp": "2024-11-05", "balance": 184466.629834, "raw_balance": "184466629834304426377622" }, { "timestamp": "2024-11-04", "balance": 184266.465876, "raw_balance": "184266465876304426377622" } ] } ]
Render a daily portfolio balance for an address broken down by the token. The timeframe is user-configurable, defaults to 30 days.
A wallet address.
The number of days to return data for. Defaults to 30 days.
x >= 1
A contract address to filter by.
OK
Show child attributes