Create Deposit Address
POST/b2b/funds/deposits/addresses
Create a new deposit address for a given asset and method.
Request
Responses
- 200
- 400
- 401
- 408
- 422
- 429
- 500
- 503
Response
Bad Request. Error codes:
ENexus:Unknown asset— the specified asset is not recognized — not retryableEGeneral:Bad data— invalid method_id — not retryable
Unauthorized — authentication failed or credentials are missing/invalid. Not retryable.
Request Timeout — the request took too long to process. Retryable.
Unprocessable Entity. Error codes:
EFunding:Too many addresses— address limit reached for this method — 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.