GetTransactionById

Query transaction information by transaction id.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns

The interface returns a Transaction object, which contains the following fields:


FieldTypeDescription
txIDStringTransaction ID(Hash).
ret.contractRetstring[]Transaction Execution Results.
signaturestring[]Transaction signature.
raw_data_hexstringThe transaction's raw data. (Format: hex)
raw_dataTransactionTransaction content. See here for details.
fee_limitLongThe transaction's FeeLimit. See here for details. (Unit: sun)
ref_block_bytesStringThe last two bytes of the reference block's number (height), used for transaction validation.
ref_block_hashStringBytes 8 to 16 of the reference block's hash, used for transaction validation.
expirationLongTransaction expiration time. (Unit: millisecond)
timestampLongThe block timestamp. (Unit: millisecond)
Body Params
string
required

Transaction ID (hash). Example: 7c2d4206c03a883dd9066d620335dc1be272a8dc733cfa3f6d10308faa37facc

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json