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: =Confirmed matches the transaction confirmation time; =Created matches the statement generation time (transaction completion time). (Optional. Default: =Created.)

Available options:
Confirmed,
Created
Example:

"Confirmed"

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:

100

Response

Request succeeded. Returns the fund reconciliation statement.

status
integer

Status code. 0 indicates success.

Example:

0

data
object

Fund reconciliation statement data.

msg
string

Error message. Present when status is non-zero.