Returns all transfers for an owner by wallet address.

Highlights:

  • Chains supported: Ethereum, Goerli & Sepolia (testnet), Polygon, Arbitrum, BSC and Optimism with more coming soon
  • Returns all transfers given a wallet address. Useful for understanding how active a particular wallet address is on the chain
  • Filter by token type (erc721/erc1155)
  • Filter by transfer type (mint, burn or transfer)
  • Filter for specific blocks using block_start and or block_end
  • Filter for specific transaction (containing multiple transfers) using transaction hash
  • Data returned in descending order of block number, log index and batch index. Use the cursor to scroll through all data 25 (default) to 100 records at a time
  • Number of total transfers for the wallet address
  • The to and from address involved in the transfer. Note mint (from) and burn (to) correspond to (0x0000… address)
  • The address of the authorized operator if applicable facilitating the transfer
  • The quantity transferred (note, always 1 for erc721, 1 or more for erc1155)
  • The recorded block information including number, timestamp, hash, log index and batch index (for erc1155)
  • Total number of times token has been transferred
  • Wallet address of current owner for erc721 tokens
  • The sale price in USD associated with the transfer along with the original currency (ETH, MATIC, USDT, DAI, etc) transacted. See the NFT Pricing section above for more details.
Language
Authorization
Header
Click Try It! to start a request and see the response here!