Validate Withdrawal Address
Validate a crypto withdrawal address for the provided asset and method.
This endpoint validates the address format and network compatibility but does not persist the address.
Authorizations
Your public API key. Identifies the partner making the request.
Monotonically increasing nonce included in the request signature.
HMAC signature over the request, computed with your private key.
Headers
Client-generated UUIDv4 for safe retries. Sent as the Idempotency-Key HTTP header. Replayed responses include the Idempotent-Replayed: true header.
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"550e8400-e29b-41d4-a716-446655440000"
Body
Ticker symbol of the asset to validate the address against (e.g. BTC, ETH).
3 - 16"BTC"
Withdrawal method identifier from GET /b2b/funds/withdrawals/methods/{asset}
The crypto address to validate
Classification of the asset. Pair with asset_symbol to disambiguate when the same ticker exists across asset classes. Defaults to crypto.
fiat, crypto, stablecoin, xstock Memo or tag for networks that require one (e.g., XRP, XLM)
Response
Response