Get deposit info
Returns the deposit methods available for a specific asset in a vault. Each entry carries the funding method identifier, fees, minimums, and the underlying network metadata needed to display a deposit screen.
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
Asset code to look up deposit methods for (e.g. BTC, USD). Required because this endpoint resolves the funding details for a single asset; the list-methods endpoint instead treats asset as an optional filter. Must be supplied together with asset_class.
"BTC"
Asset class for the supplied asset. Currently currency is the only supported value.
"currency"
Response
Deposit methods available for the requested asset in the vault.
Funding method display name (e.g. Bitcoin, ACH, SEPA).
"Bitcoin"
Funding method identifier, a UUID.
"11111111-1111-1111-1111-111111111111"
Deposit fee amount, fixed-precision decimal as string.
"0.00000000"
Minimum deposit amount, fixed-precision decimal as string.
"0.00050000"
Whether this method is temporarily disabled.
false
Human-readable asset code (e.g. BTC, USD).
"BTC"
Asset class wire label (e.g. currency, tokenized_asset).
"currency"
Network metadata for the underlying chain. Carries network name, required confirmations, estimated confirmation time, and a block explorer URL.