Withdraw Funds
Withdraw funds from the account identified by account_id.
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 to withdraw.
3 - 16"BTC"
Saved withdrawal address key
Amount to withdraw
1 - 64^-?[0-9]+(\.[0-9]+)?$"1.23"
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 Fee token from GET /b2b/funds/withdrawals/methods, guarantees the quoted fee for 10 minutes.
When true, only returns quoted amount, fee, and total; no withdrawal is created.
Response
Response