get https://ag.eqhub.eqbr.com/api/v1/token-kits/kits//permissions/histories
Response
name | Type | Required | Description |
---|---|---|---|
approval_history_id | Number | True | A unique identifier of the token approval history. |
kit_id | Number | True | A unique identifier of the token kit. |
block_number | Number | True | Number(height) of the block. |
approver | String | True | An address whom owns the token. |
spender | String | True | An address being allowed by owner which is able to transfer owners token. |
allowance | String | True | Amount of the token being allowed to the spender address. 10^18 is multiplied to the value. |
tx_hash | String | True | Hashed value of the requested transaction. |
timestamp | String | True | An unix timestamp when transfer transaction was sent. |