{ "opencollection": "1.0.0", "info": { "name": "EVM Balance Get Balance API", "version": "2.2" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Get Balance", "type": "folder" }, "items": [ { "info": { "name": "Get ERC20 token balances by wallet", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/:address/erc20", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" }, { "name": "address", "value": "", "type": "path", "description": "The address from which token balances will be checked" }, { "name": "to_block", "value": "", "type": "query", "description": "The block number up to which the balances will be checked." }, { "name": "token_addresses", "value": "", "type": "query", "description": "The addresses to get balances for (optional)" }, { "name": "exclude_spam", "value": "", "type": "query", "description": "Exclude spam tokens from the result" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get an unpaginated list of token balances, without token prices, for a specific wallet address. Maximum of 2,000 tokens. Each token returned includes on-chain metadata, as well as off-chain metadata, logos, spam status and more." } ] } ], "bundled": true }