Skip to main content
GET
List withdrawal methods

Authorizations

api-key
string
header
required
api-sign
string
header
required
api-nonce
string
header
required

Path Parameters

vault_id
string
required

Vault identifier, a V-prefixed 14-char base32 string with a final check character.

Example:

"VABCDEF234567A"

Query Parameters

asset
string

Filter results to a single asset code (e.g. BTC). Requires asset_class when supplied.

Example:

"BTC"

asset_class
string

Asset class filter. Required when asset is supplied. Currently only currency is supported.

Example:

"currency"

Response

Withdrawal methods available for the vault, optionally filtered by asset.

name
string

Funding method name (e.g. Bitcoin, ACH, SEPA).

Example:

"Bitcoin"

method_id
string

Funding method identifier.

Example:

"11111111-1111-1111-1111-111111111111"

fee_amount
string

Withdrawal fee amount, fixed-precision decimal as string.

Example:

"0.00010000"

fee_asset
string

Asset code the fee is charged in. May differ from the asset being withdrawn.

Example:

"BTC"

fee_asset_class
string

Asset class of the fee asset. Currently always currency.

Example:

"currency"

minimum
string

Minimum withdrawal amount, fixed-precision decimal as string.

Example:

"0.00100000"

is_disabled
boolean

Whether this method is temporarily disabled.

Example:

false

asset
string

Asset code (e.g. BTC, USD).

Example:

"BTC"

asset_class
string

Asset class. Currently always currency.

Example:

"currency"

network_info
object

Network metadata for the underlying chain. Omitted for methods without an associated chain.