Create a funding method
Create the funding methods for an asset on an account. This provisions the receiving methods it needs (deriving crypto deposit addresses per chain and/or wiring the bank virtual accounts that serve the asset) and enables the ledger balance.
Idempotent: repeating the call links the asset onto already-provisioned addresses and banks instead of creating duplicates. Returns the funding methods now serving the asset, with full deposit details.
Requires the organization to be verification-approved (KYC) and to have the RECEIVE service enabled.
Headers
Bearer token. Format: Bearer <api_key>
Unique key per logical operation. UUID v4 recommended. Max 255 characters.
Body
Request to create funding methods for an asset on an account. Provisions the receiving methods (deposit addresses / wire accounts) the asset needs.
Response
The request has succeeded.
Paginated list envelope. All list endpoints return this shape.
Object type. Always list for paginated responses.
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.