List of transactions by address

Get transactions list (by address)

Url:

POST /bitcoin/transactions_list_by_address

List of parameters

Name

Type

Description

address *

string

Wallet address

Parameter is 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