Basic API
Get transaction
Get the detail of a transaction given the transaction hash.
Provide the param “hash” or (“block_number” and “tx_index”). If both params are provided, “hash” will be used.
GET
/
v1
/
tx
/
detail
Headers
x-api-key
string
requiredQuery Parameters
chain_id
integer
requiredchain network id, see list of details
hash
string
The transaction hash
block_number
integer
Block number of the transaction
tx_index
integer
Index of the transaction
Response
200 - application/json
data
object
requiredcode
integer
default: 0message
string
default: ok