cURL
Reconciliation
Financial statement
Get the financial statement list.
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; =Completed matches the completion time. (Optional. Default: =Completed.)
Available options:
Confirmed, Completed Example:
"Confirmed"
Current page number.
Example:
1
Items per page. Max: 1000. Default: 100.
Required range:
x <= 1000Example:
100