Chainstack Subgraphs are moving to Ormi! Learn what to expect →
cURL
curl --request GET \ --url https://data-api.cloud.ormi.dev/somnia/v1/address/{walletAddress}/balance/portfolio
{ "contract": { "address": "<string>", "decimals": 123, "erc_type": "<string>", "logoUri": "<string>", "name": "<string>", "symbol": "<string>" }, "holdings": [ { "balance": "<string>", "timestamp": "<string>", "raw_balance": "<string>" } ] }
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