List withdrawal methods
Returns the withdrawal methods available for the vault. Each entry carries the method identifier, fee and fee asset, minimum withdrawal amount, 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
Withdrawal 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"
Withdrawal fee, fixed-precision decimal as string.
"0.00010000"
Asset code the fee is charged in. May differ from the asset being withdrawn.
"BTC"
Asset class of the fee asset. Currently always currency.
"currency"
Minimum withdrawal 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.