{ "opencollection": "1.0.0", "info": { "name": "EVM Balance Transaction API", "version": "2.2" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Transaction", "type": "folder" }, "items": [ { "info": { "name": "Get native transactions by wallet", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/:address", "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": "cursor", "value": "", "type": "query", "description": "The cursor returned in the previous response (used for getting the next page)." }, { "name": "order", "value": "", "type": "query", "description": "The order of the result, in ascending (ASC) or descending (DESC)" }, { "name": "limit", "value": "", "type": "query", "description": "The desired page size of the result." }, { "name": "include", "value": "", "type": "query", "description": "If the result should contain the internal transactions." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get raw native transactions ordered by block number in descending order." }, { "info": { "name": "Get decoded transactions by wallet", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/:address/verbose", "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": "include", "value": "", "type": "query", "description": "If the result should contain the internal transactions." }, { "name": "cursor", "value": "", "type": "query", "description": "The cursor returned in the previous response (used for getting the next page)." }, { "name": "order", "value": "", "type": "query", "description": "The order of the result, in ascending (ASC) or descending (DESC)" }, { "name": "limit", "value": "", "type": "query", "description": "The desired page size of the result." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get ABI-decoded native transactions ordered by block number in descending order." }, { "info": { "name": "Get transaction by hash", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/transaction/:transaction_hash", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" }, { "name": "transaction_hash", "value": "", "type": "path", "description": "The transaction hash" }, { "name": "include", "value": "", "type": "query", "description": "If the result should contain the internal transactions." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get the contents of a transaction by the given transaction hash." }, { "info": { "name": "Get decoded transaction by hash", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/transaction/:transaction_hash/verbose", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" }, { "name": "transaction_hash", "value": "", "type": "path", "description": "The transaction hash" }, { "name": "include", "value": "", "type": "query", "description": "If the result should contain the internal transactions." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get the ABI-decoded contents of a transaction by the given transaction hash." } ] } ], "bundled": true }