latestOpenAPI 3.0.12026-08-0881518.6 KB
df876833c130
Accounts
List cash account statements.
This endpoint lists all finalized statements for the cash account by ID.
get/v2/accounts/cash/{id}/statements
Path parameters
idstring required
Query parameters
cursorstring nullable
limitinteger nullable
Response
Returns a list of cash account statements.
Example response
{
"items": [
{
"start_balance": {
"amount": 700,
"currency": "USD"
},
"end_balance": {
"amount": 700,
"currency": "USD"
}
}
]
}