{ "opencollection": "1.0.0", "info": { "name": "EVM Balance Get Transfers API", "version": "2.2" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Get Transfers", "type": "folder" }, "items": [ { "info": { "name": "Get NFT Transfers by wallet address", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/:address/nft/transfers", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" }, { "name": "address", "value": "", "type": "path", "description": "The wallet address of the sender or recipient of the transfers" }, { "name": "contract_addresses", "value": "", "type": "query", "description": "List of contract addresses of transfers" }, { "name": "format", "value": "", "type": "query", "description": "The format of the token ID" }, { "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": "To get the reserves at this block number" }, { "name": "from_date", "value": "", "type": "query", "description": "The date from where 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": "include_prices", "value": "", "type": "query", "description": "Should NFT last sale prices be included in the result?" }, { "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 NFT transfers for a wallet, with filters like `contract_addresses` and other parameters. Supports ERC-721, ERC-1155 as well as custom contracts such as CryptoPunks and CryptoKitties." }, { "info": { "name": "Get NFT transfers by contract address", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/nft/: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 where 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 where 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 date from where 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 NFT contract" }, { "name": "format", "value": "", "type": "query", "description": "The format of the token ID" }, { "name": "include_prices", "value": "", "type": "query", "description": "Should NFT last sale prices be included in the result?" }, { "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 NFT transfers for a contract, with options to filter by date, token, or other parameters." }, { "info": { "name": "Get NFT transfers by token ID", "type": "http" }, "http": { "method": "GET", "url": "https://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/transfers", "params": [ { "name": "chain", "value": "", "type": "query", "description": "The chain to query" }, { "name": "address", "value": "", "type": "path", "description": "The address of the NFT contract" }, { "name": "token_id", "value": "", "type": "path", "description": "The ID of the token" }, { "name": "format", "value": "", "type": "query", "description": "The format of the token ID" }, { "name": "include_prices", "value": "", "type": "query", "description": "Should NFT last sale prices be included in the result?" }, { "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 transfers of a specific NFT given a contract address and token ID." } ] } ], "bundled": true }