Get all coin transactions

Returns the coin transaction history of a specific wallet address.

Response

nameTypeRequiredDescription
transaction_idNumberTrueA unique identifier of the coin transaction in blockchain. May have same value if the blockchain id is different.
block_numberNumberTrueNumber(height) of the block.
fromStringTrueAddress which the transaction was sent from.
toStringTrueAddress which the transaction was sent to.
hashStringTrueHashed data of transaction.
functionStringTrueFunction of the transaction sent.
valueStringTrueAmount of the currency sent.
timestampStringTrueAn unix timestamp when transaction was sent.
statusNumberTrueValue whether the transaction succeeded.
feeNumberTrueThe fee value for transactions that occurred on the blockchain network.(effectiveGasPrice * gasUsed)
Language
Click Try It! to start a request and see the response here!