Transaction info
Get info about transaction
Url:
POST /eos/transaction_infoList of parameters
Name
Type
Description
block_number *
string
Block number
tx_hash *
string
Hash of transaction
All parameters are required.
Success response:
{message: message, success: true, data: response, operations_count: operations_count}, status: 200Fail response:
{message: message, success: false, data: {}, operations_count: operations_count}, status: 200Last updated
Was this helpful?