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:

"b2c13dba-7787-4db5-98e3-cff374dc04cd"

start
integer
required

Query start timestamp, in seconds.

Example:

1769996483

end
integer
required

Query end timestamp, in seconds.

Example:

1770601283

time_type
enum<string>
default:Created

Match type for start and end: Created matches the transaction creation time; Confirmed matches the confirmation time; Completed matches the completion time. Default: =Created.

Available options:
Created,
Confirmed,
Completed
Example:

"Confirmed"

types
string

Transaction type: Deposit for deposit; Withdrawal for withdrawal. Separate multiple values with commas (optional).

Example:

"Deposit,Withdrawal"

statuses
string

Processing: pending confirmation, Approved: approved, Cancelled: cancelled, Rejected: rejected, Signed: signed, Pending: broadcasted, Confirming: confirming, Completed: completed, Failed: failed. Separate multiple values with commas (optional).

Example:

"Processing,Approved,Completed"

chain_ids
string

Chain IDs, separated by commas (optional).

Example:

"BASE_ETH,BSC_BNB"

token_ids
string

Token IDs, separated by commas (optional).

Example:

"BASE_USDC,BSC_USDT"

page
integer
default:1

Current page number.

Example:

1

num
integer
default:100

Items per page. Max: 1000. Default: 100.

Required range: x <= 1000
Example:

20

Response

Request succeeded. Returns the transaction reconciliation statement.

status
integer

Status code. 0 indicates success.

Example:

0

data
object

Transaction reconciliation statement data.

msg
string

Error message. Present when status is non-zero.