Error codes

Error codes for quick troubleshooting

HTTP error status codes

In the event of an error, Onramp will return HTTP error status codes to facilitate swift troubleshooting. The response body will also contain an error field providing additional context about the error.

codemeaningDescription

200

null -- requested action has been performed without any problems

The requested action has been successfully performed without any problems.

400

Invalid Request -- Invalid request format

The request format is invalid.

401

Invalid client credentials/signature

Invalid client credentials or signature provided.

403

Undefined -- this request is forbidden

The requested action is not allowed.

406

Coin name not supplied or not yet supported -- coin name applied is incorrect

The coin name provided is either not supplied or not currently supported.

409

parameter type not correct -- parameters entered is incorrect

The parameter type entered is incorrect.

413

volume asked not acceptable -- Desired volume is not within bounds

The requested volume is not within acceptable bounds.

416

Oops ! Not sufficient balance to purchase currency -- wallet balance is not sufficient

Wallet balance is not sufficient to purchase the requested currency

417

Oops ! Order doesn't exist any more -- Order has already been deleted

The order doesn't exist anymore, possibly due to deletion.

428

Price seems Irregular from current market price. -- Entered price is more than current price

The entered price significantly deviates from the current market price.

429

Too many requests

Too many requests have been sent in a short period of time.

500

Problem with our servers, try again later

There is a problem with our servers, please try again later.

503

currently down for maintenance

The system is currently down for maintenance.

Last updated