Get withdrawal info
Returns withdrawal methods, fees, limits, and network metadata for a specific asset in a vault. Each entry carries the method identifier, fee structure, minimum and maximum amounts, and validation rules needed to display a withdrawal 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 withdrawal 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
Withdrawal methods and limits available for the requested asset in the vault.
Funding method identifier (matches method_id on the deposit-info contract).
"11111111-1111-1111-1111-111111111111"
Withdrawal method type code.
"crypto"
Human-readable withdrawal method type name.
"Crypto"
Asset code (e.g. BTC, USD).
"BTC"
Asset class. Currently always currency.
"currency"
Internal funding method name.
"Bitcoin"
Display name shown to end users.
"Bitcoin"
Withdrawal fee amount, fixed-precision decimal as string.
"0.00010000"
Asset code the fee is charged in.
"BTC"
Asset class of the fee asset.
"currency"
Percentage-based fee component, when applicable.
"0.00"
Minimum withdrawal amount, fixed-precision decimal as string.
"0.00100000"
Maximum withdrawal amount, fixed-precision decimal as string.
"100.00000000"
Relative sort order for display.
1
Address validation rules for this method, when available.
{}Supplemental validation metadata for this method, when available.
{}Whether this method is temporarily disabled for public use.
false
Whether the method requires activation before use.
false
Beneficiary confirmation requirements for this method, when applicable.
Whether a prior deposit is required before withdrawals are allowed.
false
Whether the activation deposit has already been made. Paired with needs_deposit.
0
Whether this method is a test-only entry.
false
Network metadata for the underlying chain, when available.
Indicative exchange rates quoted against other assets.