v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015891,4406.1 MB

List all FinancialAccounts

Returns a list of FinancialAccounts.

get/v1/treasury/financial_accounts

Query parameters

OR
integer

Only return FinancialAccounts that were created during the given date interval.

ending_beforestring

An object ID cursor for use in pagination.

expandstring[]

Specifies which fields in the response should be expanded.

limitinteger

A limit ranging from 1 to 100 (defaults to 10).

starting_afterstring

An object ID cursor for use in pagination.

status'closed' | 'open'

Only return FinancialAccounts that have the given status: open or closed

Response

Successful response.

has_moreboolean required

True if this list has another page of items after this one that can be fetched.

object'list' required

String representing the object's type. Objects of the same type share the same value. Always has the value list.

urlstring required

The URL where this list can be accessed.