List deposit methods
Returns the deposit methods available for the vault. Each entry carries the method identifier, fee, minimum, disabled flag, and the network metadata for the underlying chain. Filter by asset and asset_class together to limit results to a single asset.
Rate limit: 200 requests per 30 seconds per IP.
Authorizations
Path Parameters
Vault identifier, a V-prefixed 14-char base32 string with a final check character.
"VABCDEF234567A"
Query Parameters
Filter results to a single asset code (e.g. BTC). Requires asset_class when supplied.
"BTC"
Asset class filter. Required when asset is supplied. Currently only currency is supported.
"currency"
Response
Deposit methods available for the vault, optionally filtered by asset.
Funding method name (e.g. Bitcoin, ACH, SEPA).
"Bitcoin"
Funding method identifier.
"11111111-1111-1111-1111-111111111111"
Deposit fee, fixed-precision decimal as string.
"0.00000000"
Minimum deposit amount, fixed-precision decimal as string.
"0.00100000"
Whether this method is temporarily disabled.
false
Asset code (e.g. BTC, USD).
"BTC"
Asset class. Currently always currency.
"currency"
Network metadata for the underlying chain. Omitted for methods without an associated chain.