GET
cURL

Authorizations

BIZ-API-KEY
string
header
required

API key. Must be included in the request header.

Biz-Api-Nonce
string
header
required

Timestamp. Must be included in the request header.

Biz-Api-Signature
string
header
required

Signature string. Must be included in the request header.

Query Parameters

wallet_id
string
required

Wallet ID.

Example:

"e9167870-e18b-4e82-8b87-92ec7ede8e45"

transaction_id
string

Transaction ID (optional).

Example:

"01574789-f3ea-4f92-b6bb-1d4a40549be4"

request_id
string

Request ID (use this or transaction_id; not applicable to deposit transactions).

Example:

"96b79bcb-6d5a-44e7-9c02-0135f27c2973"

Response

Request succeeded. Returns the transaction details.

status
integer

Status code. 0 indicates success.

Example:

0

data
object

Transaction list.

msg
string

Error message. Present when status is non-zero.