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"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.