cURL
curl --request GET \ --url https://data-api.cloud.ormi.dev/apechain/v1/address/{walletAddress}/balance/erc20
{ "cursor": null, "resultCount": 2, "erc20TokenBalances": [ { "balance": "56000", "contract": { "address": "0x4f577236564ea3baabbc35d274d8623b81f703eb", "decimals": 18, "erc_type": "ERC-20", "logoUri": null, "name": "MB Coin", "symbol": "Moon" }, "raw_balance": "56000000000000000000000" }, { "balance": "10", "contract": { "address": "0x12d25b543dc98b8c85a60467fac5e9f18bdfbc3c", "decimals": 18, "erc_type": "ERC-20", "logoUri": null, "name": "AppeSide", "symbol": "APPESIDE" }, "raw_balance": "10000000000000000000" } ] }
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