cURL
Reconciliation
Financial Statement
Get the fund reconciliation statement.
GET
cURL
Authorizations
API key. Must be included in the request header.
Timestamp. Must be included in the request header.
Signature string. Must be included in the request header.
Query Parameters
Wallet ID.
Example:
"b2c13dba-7787-4db5-98e3-cff374dc04cd"
Query start timestamp, in seconds.
Example:
1769996483
Query end timestamp, in seconds.
Example:
1770601283
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"
Current page number.
Example:
1
Items per page. Max: 1000. Default: 100.
Required range:
x <= 1000Example:
100