cURL
curl --request GET \ --url https://data-api.cloud.ormi.dev/somnia/v1/address/{walletAddress}/balance/erc20
{ "cursor": "<string>", "erc20TokenBalances": [ { "balance": "<string>", "contract": { "address": "<string>", "decimals": 123, "erc_type": "<string>", "logoUri": "<string>", "name": "<string>", "symbol": "<string>" }, "raw_balance": "<string>" } ], "resultCount": 123 }
Lists ERC-20 token balances of a wallet address.
A wallet address.
A contract address to filter by.
The cursor returned in previous response (for getting the next page).
Number of records to fetch
1 <= x <= 100
OK
The response is of type object.
object