Save Withdrawal Address
Validate and save a withdrawal address for future withdrawals.
Returns the address key that should be used when calling
POST /v1/funds/withdrawals.
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"
Path Parameters
ID of the account the request applies to. This refers to one of the accounts held by the user the request is acting on behalf of (typically the user's main account, but any of the user's accounts is accepted). Routes the request to that specific account container. Canonical identifier for an account in the Payward public API.
14 - 42Body
Ticker symbol of the asset for the withdrawal address being saved (e.g. BTC, ETH).
3 - 16"BTC"
Withdrawal method identifier from GET /b2b/funds/withdrawals/methods/{asset}
User-provided name for this address
The crypto withdrawal address
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 for networks that require it
Tag for networks that require it
Response
Response