Skip to main content
GET
Get Transaction Info by Transaction Hash

Query Parameters

module
enum<string>
required

Module name (must be 'transaction')

Available options:
transaction
action
enum<string>
required
Available options:
gettxinfo
txhash
string
required

Transaction hash 64-character hexadecimal transaction hash with 0x prefix

Pattern: ^0x[a-fA-F0-9]{64}$
Example:

"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Response

200 - application/json

Transaction info retrieved successfully

status
enum<string>

Status code (1 = OK)

Available options:
1
message
string

Response message

Example:

"OK"

result
object