List all FinancialAccounts

GET {{baseUrl}}/v1/treasury/financial_accounts

Returns a list of FinancialAccounts.

Request Params

KeyDatatypeRequiredDescription
created[gt]stringOnly return FinancialAccounts that were created during the given date interval.
created[gte]stringOnly return FinancialAccounts that were created during the given date interval.
created[lt]stringOnly return FinancialAccounts that were created during the given date interval.
created[lte]stringOnly return FinancialAccounts that were created during the given date interval.
ending_beforestringAn object ID cursor for use in pagination.
expand[0]stringSpecifies which fields in the response should be expanded.
expand[1]stringSpecifies which fields in the response should be expanded.
limitstringA limit ranging from 1 to 100 (defaults to 10).
starting_afterstringAn object ID cursor for use in pagination.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring