Update Withdrawal Address
PATCH/b2b/funds/withdrawals/addresses/:key
Update a saved withdrawal address key.
This endpoint renames an existing key; the withdrawal destination itself remains unchanged.
Request
Responses
- 200
- 400
- 401
- 404
- 408
- 409
- 429
- 500
- 503
Response
Bad Request. Error codes:
EGeneral:Bad data— invalid key format — not retryable
Unauthorized — authentication failed or credentials are missing/invalid. Not retryable.
Not Found. Error codes:
EFunding:Unknown withdraw key— the provided key does not exist — not retryable
Request Timeout — the request took too long to process. Retryable.
Conflict. Error codes:
EFunding:Duplicate withdraw key—new_keyalready exists — not retryable
Too Many Requests — rate limit exceeded. Retryable with backoff.
Internal Server Error — an unexpected error occurred. Generally retryable.
Service Unavailable — the service is temporarily unavailable. Retryable.