get https://ag.eqhub.eqbr.com/api/v2/block-explorer/wallets/coins/transactions
Returns the coin transaction history of a specific wallet address.
Response
| name | Type | Required | Description |
|---|---|---|---|
| transaction_id | Number | True | A unique identifier of the coin transaction in blockchain. May have same value if the blockchain id is different. |
| block_number | Number | 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. |
| hash | String | True | Hashed data of transaction. |
| function | String | True | Function of the transaction sent. |
| value | String | True | Amount of the currency sent. |
| timestamp | String | True | An unix timestamp when transaction was sent. |
| status | Number | True | Value whether the transaction succeeded. |
| fee | Number | True | The fee value for transactions that occurred on the blockchain network.(effectiveGasPrice * gasUsed) |
