List Tokens Transfers By Transaction Hash
Through this endpoint customers can obtain a list with token transfers by the transactionHash
attribute. Token transfers may include information such as addresses of the sender and recipient, token name, token symbol, etc.
Path Parameters
-
Requiredblockchain string
Represents the specific blockchain protocol name, e.g. Ethereum, Ethereum Classic, etc.
-
Requirednetwork string
Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - "mainnet" is the live network with actual data while networks like "testnet", "goerli" are test networks.
-
RequiredtransactionHash string
Represents the hash of the transaction, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
Query parameters
-
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user. -
Optionallimit integer
Defines how many items should be returned in the response per page basis.
-
Optionaloffset integer
The starting index of the response items, i.e. where the response should start listing the returned items.
Response schema
Content-Type: application/json
The request has been successful.
Object :
-
RequiredapiVersion string
Specifies the version of the API that incorporates this endpoint.
Example : 2023-04-25 -
RequiredrequestId string
Defines the ID of the request. The
requestId
is generated by Crypto APIs and it's unique for every request.Example : 601c1710034ed6d407996b30 -
Optionalcontext string
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error.
context
is specified by the user.Example : yourExampleString -
Requireddata object
-
Requiredlimit integer
Defines how many items should be returned in the response per page basis.
Example : 50 -
Requiredoffset integer
The starting index of the response items, i.e. where the response should start listing the returned items.
Example : 0 -
Requiredtotal integer
Defines the total number of items returned in the response.
Example : 100 -
Requireditems arrayExample : Array ( )
-
RequiredcontractAddress string
Represents the contract address of the token, which controls its logic. It is not the address that holds the tokens.
Example : 0x7495fede000c8a3b77eeae09cf70fa94cd2d53f5 -
RequiredminedInBlockHeight integer
Defines the block height in which this transaction was confirmed/mined.
Example : 9841271 -
RequiredrecipientAddress string
Defines the address to which the recipient receives the transferred tokens.
Example : 0x9e91eb3a35b96f0f0fe71f3c17fe8d29eb406b16 -
RequiredsenderAddress string
Defines the address from which the sender transfers tokens.
Example : 0x9df8a6441e8a3dda75019595d431f9aa0dec475c -
RequiredtokenDecimals integer
Defines the decimals of the token, i.e. the number of digits that come after the decimal coma of the token.
Example : 6 -
RequiredtokenName string
Defines the token's name as a string.
Example : Tether USD -
RequiredtokenSymbol string
Defines the token symbol by which the token contract is known. It is usually 3-4 characters in length.
Example : BAND -
RequiredtokenType string
Defines the specific token type.
Example : ERC-20 -
RequiredtokensAmount string
Defines the token amount of the transfer.
Example : 0.0012 -
RequiredtransactionHash string
Represents the hash of the transaction, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
Example : 0x60ba3dded833e61f63b6b6d62afe5c7526c5ca09c6744749f13eef11afde2cb4 -
RequiredtransactionTimestamp integer
Defines the specific time/date when the transaction was created in Unix Timestamp.
Example : 1615818368 -
RequiredtransactionFee object
-
Requiredamount string
Represents the total fee of a transaction which includes token transfers.
Example : 0.0000051873 -
Requiredunit string
Represents the unit of the fee.
Example : ETH
-
-
-