List addresses
Returns the whitelisted withdrawal addresses for a vault, optionally filtered by 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
Whitelisted withdrawal addresses for the vault.
Asset code of the whitelisted address (e.g. BTC, ETH, USD).
"BTC"
Asset class. Currently always currency.
"currency"
Human-readable label assigned to the address at whitelisting time.
"My BTC Wallet"
Destination blockchain address. Omitted for entries that only carry beneficiary information.
"1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa"
Destination tag, memo, or other secondary identifier required by chains that use one. Examples: XRP destination tag, EOS memo.
"destination-tag-42"
Free-text description provided when the address was whitelisted.
"Primary cold storage wallet"
Beneficiary details captured for the address. Omitted when no beneficiary information was provided.