Transfers

Retrieves all token transfers involving the specified token address.

👍

Blockchains Supported

This endpoint supports Ethereum and Polygon.

Response Data

FieldTypeDescription
recordsarrayArray of token transfer objects.
totalRecordsnumberTotal number of token transfers returned in the response.
amountstringThe amount transferred in the smallest unit of the blockchain. For instance, wei with Ethereum. Important note: If the token type is ERC721, the amount value represents the token id
blockHashstringThe header hash of the block containing this token transfer.
blockNumberstringThe number of the block containing this token transfer.
blockchainIdstringThe id of the blockchain on which the transaction resides.
decimalsstringThe number of significant digits, per smart contract definition.
fromstringThe address hash of the sender.
isERCXbooleantrue if the token is ERCX false otherwise.
logIndexstringThe index of the log in the transaction.
namestringThe token name.
symbolstringThe token symbol.
timestampnumberThe time of when the transaction was confirmed.
timestampNanosecondsnumberThe nano second part of the timestamp, where applicable.
tostringThe address hash(es) of the recipient(s).
tokenAddressstringThe address of the token contract.
transactionHashstringThe hash of the transaction.
Language
Authorization
Header
Click Try It! to start a request and see the response here!