{ "opencollection": "1.0.0", "info": { "name": "EVM Balance API", "version": "2.2" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Balance", "type": "folder" }, "items": [ { "info": { "name": "Get native balance by wallet", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/:address/balance", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" }, { "name": "address", "value": "", "type": "path", "description": "The address from which the native balance will be checked" }, { "name": "to_block", "value": "", "type": "query", "description": "The block number up to which the balances will be checked." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Check the native token balance (e.g. ETH) for a specific wallet." }, { "info": { "name": "Get native balance for a set of wallets", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/wallets/balances", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" }, { "name": "to_block", "value": "", "type": "query", "description": "The block number on which the balances should be checked" }, { "name": "wallet_addresses", "value": "", "type": "query", "description": "The addresses to get metadata for" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Retrieve native token balances (e.g. ETH) for one or many wallet addresses in single request." } ] } ], "bundled": true }