List all FinancialAccounts
GET / v1 / treasury / financial_accounts
Returns a list of FinancialAccounts.
Parameters
- created object Only return FinancialAccounts that were created during the given date interval.
More parameters
- ending _ before string
- limit integer
- starting _ after string
- status enum
Returns
A dictionary with a data property that contains an array of up to limit FinancialAccounts, starting after FinancialAccount starting_after. Each entry in the array is a separate FinancialAccount object. If no more FinancialAccounts are available, the resulting array is empty.
Response
