Funding methods
List funding methods
List funding methods for an account, with full deposit details (crypto address + wire instructions) for each.
GET
cURL
Headers
Bearer token. Format: Bearer <api_key>
Query Parameters
Account whose funding methods to list. Must belong to the API key's organization.
Response
The request has succeeded.
Paginated list envelope. All list endpoints return this shape.
Object type. Always list for paginated responses.
Available options:
list Array of results.
A funding method, discriminated by type. Use the type field to narrow
the details payload:
CRYPTO_ADDRESS→detailsisCryptoFundingMethodDetailsBANK→detailsisBankFundingMethodDetails
- Option 1
- Option 2
Whether more results are available beyond this page.
Cursor to pass as cursor query parameter for the next page. Null when there are no more results.