Initiate stablecoin withdrawal
Initiate stablecoin withdrawal
Initiates a stablecoin withdrawal to an approved wallet address.
POST
Initiate stablecoin withdrawal
Initiates a stablecoin withdrawal to an approved wallet address. The target wallet must already exist in the organization’s approved withdrawal wallets — retrieve its ID via List withdrawal wallets.
Use this endpoint to:
- Send USDT, USDC, or EURC to an approved wallet
- Initiate stablecoin payouts from the organization’s balance
- Record a withdrawal that can later be tracked by ID
Idempotency required. This POST requires an
Idempotency-Key header. Keys are cached for 7 days. Reusing the same key with the same body returns the cached response; reusing it with different parameters returns a 422 error.Errors
See the full v2 error reference for retry semantics and idempotency-specific codes.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unique key to ensure idempotent requests. UUID v4 recommended. Valid for 7 days.
Example:
"123e4567-e89b-12d3-a456-426614174000"
Path Parameters
Body
application/json