Responses
200
Successful request
401
Unauthorized - Authentication failed
404
Not Found - Resource not found
422
Unprocessable Entity - Request well-formed but unable to process due to semantic errors
429
Too Many Requests - Client has sent too many requests in a given amount of time
500
Internal Server Error
Exchange Internal Error Codes
This documentation provides a list of internal error codes that might be returned by the exchange during a POST request.
Error Code Descriptions
ORDER_ALREADY_IN_PROGRESSAn order with the same parameters is already in progress.ACTION_ALREADY_IN_PROGRESSA similar action is currently being processed.NO_ORDERS_WITH_THIS_IDThere are no orders corresponding to the provided ID.NOT_THIS_CLIENT_ORDERThe order does not belong to the client making the request.WITHDRAWINGA withdrawal action is currently in progress.NOT_ENOUGH_BALANCEThe user's balance is insufficient for the requested operation.FAILED_SIGN_CHECKSignature verification failed.UNSUPPORTED_TRADED_PAIRThe trading pair is not supported.WRONG_FLAGS_FOR_LIMIT_ORDERIncorrect flags were used for a limit order.WRONG_FLAGS_FOR_MARKET_ORDERIncorrect flags were used for a market order.WRONG_FEE_TOKENThe fee token provided is incorrect.WRONG_PBIPSIncorrect PBIPS value.WRONG_GAS_PER_ACTIONThe gas per action value is incorrect.WRONG_MAX_GAS_PRICEThe maximum gas price is incorrect.WRONG_CONVERSION_RATEThe conversion rate provided is incorrect.NOT_FOUNDThe requested resource was not found.WRONG_INPUTThe input provided is incorrect.STALE_ORDERThe order is stale.WRONG_TIMESTAMPThe timestamp provided is incorrect.ECOSYSTEM_ORDER_ISSUEThere is an issue with the Ecosystem Order.WRONG_ROUTERThe specified router is incorrect.NO_ROUTERNo router is specified.WRONG_NONCEThe nonce provided is incorrect.WRONG_FEE_RECIPIENTThe fee recipient address is incorrect.
Last updated