get https://ag.eqhub.eqbr.com/api/v1/token-kits/kits//transfers/histories
Response
name | Type | Required | Description |
---|---|---|---|
transfer_history_id | Number | True | A unique identifier of the token transfer history. |
kit_id | Number | True | A unique identifier of the token kit. |
block_number | Number | True | Number(height) of the block. |
sender | String | True | An address which sends the token transfer. |
receiver | String | True | An address which receives token transfer. |
amount | String | True | Amount of token transferred to 'receiver' address. The value returned is in units of Wei (10^18). |
tx_hash | String | True | Hashed value of the requested transaction. |
timestamp | String | True | An unix timestamp when transfer transaction was sent. |