Transaction info

Get info about transaction

Url:

POST /bitcoin_cash/transaction_info

List of parameters

Name

Type

Description

wallet *

string

Wallet address

transaction_hash *

string

Hash of transaction

All parameters are required.

Success response:

{message: message, success: true, data: response, operations_count: operations_count}, status: 200

Fail response:

{message: message, success: false, data: {}, operations_count: operations_count}, status: 200

Last updated