get deprecatedhttps://ag.eqhub.eqbr.com/api/v2/wallet-20/tokens//transfers
Returns the token transaction history information of a specific wallet address as an identification value.
Response
name | Type | Required | Description |
---|---|---|---|
token_20_transfer_id | Number | True | A unique identifier of the token transaction in blockchain. May have same value if the blockchain id is different. |
token_20_id | Number | True | A unique identifier of the token. |
block_number | String | True | Number(height) of the block. |
from | String | True | Address which the transaction was sent from. |
to | String | True | Address which the transaction was sent to. |
amount | String | True | Amount of token transferred to 'to' address. The value returned is in units of Wei (10^18). |
status | Number | True | Value whether the transaction succeeded. |
fee | String | True | The fee value for transactions that occurred on the blockchain network.(effectiveGasPrice * gasUsed) |
tx_hash | String | True | Hashed data of transaction |
timestamp | String | True | An unix timestamp when transaction was sent. |
function | String | True | Function of the transaction sent. |