Validate Withdrawal Address
POST/b2b/funds/withdrawals/addresses/validate
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.
Request
Responses
- 200
- 400
- 401
- 408
- 429
- 500
- 503
Response
Bad Request. Error codes:
EGeneral:Bad data— invalidmethod_idor address format — not retryable
Unauthorized — authentication failed or credentials are missing/invalid. Not retryable.
Request Timeout — the request took too long to process. 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.