{ "opencollection": "1.0.0", "info": { "name": "EVM Balance Get Transactions API", "version": "2.2" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Get Transactions", "type": "folder" }, "items": [ { "info": { "name": "Get ERC20 token transfers by wallet address", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/:address/erc20/transfers", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" }, { "name": "from_block", "value": "", "type": "query", "description": "The minimum block number from which to get the transactions\n* Provide the param 'from_block' or 'from_date'\n* If 'from_date' and 'from_block' are provided, 'from_block' will be used.\n" }, { "name": "to_block", "value": "", "type": "query", "description": "The maximum block number from which to get the transactions.\n* Provide the param 'to_block' or 'to_date'\n* If 'to_date' and 'to_block' are provided, 'to_block' will be used.\n" }, { "name": "from_date", "value": "", "type": "query", "description": "The start date from which to get the transactions (format in seconds or datestring accepted by momentjs)\n* Provide the param 'from_block' or 'from_date'\n* If 'from_date' and 'from_block' are provided, 'from_block' will be used.\n" }, { "name": "to_date", "value": "", "type": "query", "description": "Get the transactions up to this date (format in seconds or datestring accepted by momentjs)\n* Provide the param 'to_block' or 'to_date'\n* If 'to_date' and 'to_block' are provided, 'to_block' will be used.\n" }, { "name": "address", "value": "", "type": "path", "description": "The address of the wallet" }, { "name": "contract_addresses", "value": "", "type": "query", "description": "List of contract addresses of transfers" }, { "name": "limit", "value": "", "type": "query", "description": "The desired page size of the result." }, { "name": "order", "value": "", "type": "query", "description": "The order of the result, in ascending (ASC) or descending (DESC)" }, { "name": "cursor", "value": "", "type": "query", "description": "The cursor returned in the previous response (used for getting the next page)." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get all ERC20 token transfers for a given wallet address, sorted by block number (newest first)." }, { "info": { "name": "Get ERC20 token transfers by contract address", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/erc20/:address/transfers", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" }, { "name": "from_block", "value": "", "type": "query", "description": "The minimum block number from which to get the transfers\n* Provide the param 'from_block' or 'from_date'\n* If 'from_date' and 'from_block' are provided, 'from_block' will be used.\n" }, { "name": "to_block", "value": "", "type": "query", "description": "The maximum block number from which to get the transfers.\n* Provide the param 'to_block' or 'to_date'\n* If 'to_date' and 'to_block' are provided, 'to_block' will be used.\n" }, { "name": "from_date", "value": "", "type": "query", "description": "The start date from which to get the transfers (format in seconds or datestring accepted by momentjs)\n* Provide the param 'from_block' or 'from_date'\n* If 'from_date' and 'from_block' are provided, 'from_block' will be used.\n" }, { "name": "to_date", "value": "", "type": "query", "description": "Get transfers up until this date (format in seconds or datestring accepted by momentjs)\n* Provide the param 'to_block' or 'to_date'\n* If 'to_date' and 'to_block' are provided, 'to_block' will be used.\n" }, { "name": "address", "value": "", "type": "path", "description": "The address of the token contract" }, { "name": "limit", "value": "", "type": "query", "description": "The desired page size of the result." }, { "name": "order", "value": "", "type": "query", "description": "The order of the result, in ascending (ASC) or descending (DESC)" }, { "name": "cursor", "value": "", "type": "query", "description": "The cursor returned in the previous response (used for getting the next page)." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get all ERC20 token transfers for a contract, ordered by block number (newest first)." } ] } ], "bundled": true }