UNPKG

sfccxt

Version:

A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges

705 lines (700 loc) 187 kB
'use strict'; // --------------------------------------------------------------------------- const Exchange = require ('./base/Exchange'); const { ExchangeError, ExchangeNotAvailable, OnMaintenance, ArgumentsRequired, BadRequest, AccountSuspended, InvalidAddress, PermissionDenied, DDoSProtection, InsufficientFunds, InvalidNonce, CancelPending, InvalidOrder, OrderNotFound, AuthenticationError, RequestTimeout, NotSupported, BadSymbol, RateLimitExceeded } = require ('./base/errors'); const { TICK_SIZE } = require ('./base/functions/number'); const Precise = require ('./base/Precise'); // --------------------------------------------------------------------------- module.exports = class okcoin extends Exchange { describe () { return this.deepExtend (super.describe (), { 'id': 'okcoin', 'name': 'OKCoin', 'countries': [ 'CN', 'US' ], 'version': 'v3', // cheapest endpoint is 100 requests per 2 seconds // 50 requests per second => 1000 / 50 = 20ms 'rateLimit': 20, 'pro': true, 'has': { 'CORS': undefined, 'spot': true, 'margin': false, 'swap': undefined, 'future': true, 'option': undefined, 'cancelOrder': true, 'createOrder': true, 'fetchBalance': true, 'fetchClosedOrders': true, 'fetchCurrencies': true, // see below 'fetchDepositAddress': true, 'fetchDeposits': true, 'fetchLedger': true, 'fetchMarkets': true, 'fetchMyTrades': true, 'fetchOHLCV': true, 'fetchOpenOrders': true, 'fetchOrder': true, 'fetchOrderBook': true, 'fetchOrders': undefined, 'fetchOrderTrades': true, 'fetchPosition': true, 'fetchPositions': true, 'fetchTicker': true, 'fetchTickers': true, 'fetchTime': true, 'fetchTrades': true, 'fetchTransactions': undefined, 'fetchWithdrawals': true, 'transfer': true, 'withdraw': true, }, 'timeframes': { '1m': '60', '3m': '180', '5m': '300', '15m': '900', '30m': '1800', '1h': '3600', '2h': '7200', '4h': '14400', '6h': '21600', '12h': '43200', '1d': '86400', '1w': '604800', '1M': '2678400', '3M': '8035200', '6M': '16070400', '1y': '31536000', }, 'hostname': 'okcoin.com', 'urls': { 'logo': 'https://user-images.githubusercontent.com/51840849/87295551-102fbf00-c50e-11ea-90a9-462eebba5829.jpg', 'api': { 'rest': 'https://www.{hostname}', }, 'www': 'https://www.okcoin.com', 'doc': 'https://www.okcoin.com/docs/en/', 'fees': 'https://www.okcoin.com/coin-fees', 'referral': 'https://www.okcoin.com/account/register?flag=activity&channelId=600001513', 'test': { 'rest': 'https://testnet.okex.com', }, }, 'api': { 'general': { 'get': { 'time': 8.3334, }, }, 'account': { 'get': { 'wallet': 8.3334, 'sub-account': 1000, 'asset-valuation': 1000, 'wallet/{currency}': 8.3334, 'withdrawal/history': 8.3334, 'withdrawal/history/{currency}': 8.3334, 'ledger': 5, 'deposit/address': 8.3334, 'deposit/history': 8.3334, 'deposit/history/{currency}': 8.3334, 'currencies': 8.3334, 'withdrawal/fee': 8.3334, 'deposit-lightning': 50, 'withdrawal-lightning': 50, 'fiat/deposit/detail': 5, 'fiat/deposit/details': 8.3334, 'fiat/withdraw/detail': 5, 'fiat/withdraw/details': 8.3334, 'fiat/channel': 8.3334, }, 'post': { 'transfer': 100, // 1 request per 2 seconds (per currency) 'withdrawal': 8.3334, 'fiat/cancel_deposit': 1, 'fiat/deposit': 8.3334, 'fiat/withdraw': 8.3334, 'fiat/cancel_withdrawal': 1, }, }, // TODO fix signing issue in sign () // all other endpoints of the format // api/account/v3/wallet // otc endpoints actually of the format: (exchanged places) // api/v3/otc/rfq/instruments 'otc': { 'get': { 'rfq/instruments': 50, // represents: GET api/v3/otc/rfq/instruments 'rfq/trade': 50, 'rfq/history': 50, }, 'post': { 'rfq/quote': 50, 'rfq/trade': 50, }, }, // TODO fix signing issue as above 'users': { 'get': { 'subaccount-info': 20, 'account-info': 20, 'subaccount/apikey': 20, }, 'post': { 'create-subaccount': 5, // represents: POST api/v3/users/create-subaccount 'delete-subaccount': 5, 'subaccount/apikey': 50, 'subacount/delete-apikey': 20, 'subacount/modify-apikey': 20, }, }, 'earning': { 'get': { 'offers': 5, 'orders': 5, 'positions': 8.3334, }, 'post': { 'purchase': 5, 'redeem': 5, 'cancel': 5, }, }, 'spot': { 'get': { 'accounts': 5, 'accounts/{currency}': 5, 'accounts/{currency}/ledger': 5, 'orders': 10, 'orders_pending': 5, 'orders/{order_id}': 5, 'orders/{client_oid}': 5, 'trade_fee': 5, 'fills': 10, 'algo': 5, // public 'instruments': 5, 'instruments/{instrument_id}/book': 5, 'instruments/ticker': 5, 'instruments/{instrument_id}/ticker': 5, 'instruments/{instrument_id}/trades': 5, 'instruments/{instrument_id}/candles': 5, }, 'post': { 'order_algo': 2.5, 'orders': 1, 'batch_orders': 2, 'cancel_orders/{order_id}': 1, 'cancel_orders/{client_oid}': 1, 'cancel_batch_algos': 5, 'cancel_batch_orders': 5, 'amend_order/{instrument_id}': 2.5, 'amend_batch_orders': 5, }, }, 'margin': { // Margin trading closed down on February 21, 2022 'get': { 'accounts': 5, 'accounts/{instrument_id}': 5, 'accounts/{instrument_id}/ledger': 5, 'accounts/availability': 5, 'accounts/{instrument_id}/availability': 5, 'accounts/borrowed': 5, 'accounts/{instrument_id}/borrowed': 5, 'orders': 10, 'accounts/{instrument_id}/leverage': 1, 'orders/{order_id}': 5, 'orders/{client_oid}': 5, 'orders_pending': 5, 'fills': 10, // public 'instruments/{instrument_id}/mark_price': 5, }, 'post': { 'accounts/borrow': 1, 'accounts/repayment': 1, 'orders': 1, 'batch_orders': 2, 'cancel_orders': 1, 'cancel_orders/{order_id}': 1, 'cancel_orders/{client_oid}': 1, 'cancel_batch_orders': 2, 'amend_order/{instrument_id}': 2.5, 'amend_batch_orders': 5, 'accounts/{instrument_id}/leverage': 1, }, }, 'system': { 'get': { 'status': 250, }, }, 'market': { 'get': { 'oracle': 250, }, }, 'futures': { 'get': [ 'position', '{instrument_id}/position', 'accounts', 'accounts/{underlying}', 'accounts/{underlying}/leverage', 'accounts/{underlying}/ledger', 'order_algo/{instrument_id}', 'orders/{instrument_id}', 'orders/{instrument_id}/{order_id}', 'orders/{instrument_id}/{client_oid}', 'fills', 'trade_fee', 'accounts/{instrument_id}/holds', 'order_algo/{instrument_id}', // public 'instruments', 'instruments/{instrument_id}/book', 'instruments/ticker', 'instruments/{instrument_id}/ticker', 'instruments/{instrument_id}/trades', 'instruments/{instrument_id}/candles', 'instruments/{instrument_id}/history/candles', 'instruments/{instrument_id}/index', 'rate', 'instruments/{instrument_id}/estimated_price', 'instruments/{instrument_id}/open_interest', 'instruments/{instrument_id}/price_limit', 'instruments/{instrument_id}/mark_price', 'instruments/{instrument_id}/liquidation', ], 'post': [ 'accounts/{underlying}/leverage', 'order', 'amend_order/{instrument_id}', 'orders', 'cancel_order/{instrument_id}/{order_id}', 'cancel_order/{instrument_id}/{client_oid}', 'cancel_batch_orders/{instrument_id}', 'accounts/margin_mode', 'close_position', 'cancel_all', 'order_algo', 'cancel_algos', ], }, 'swap': { 'get': [ 'position', '{instrument_id}/position', 'accounts', '{instrument_id}/accounts', 'accounts/{instrument_id}/settings', 'accounts/{instrument_id}/ledger', 'orders/{instrument_id}', 'orders/{instrument_id}/{order_id}', 'orders/{instrument_id}/{client_oid}', 'fills', 'accounts/{instrument_id}/holds', 'trade_fee', 'order_algo/{instrument_id}', // public 'instruments', 'instruments/{instrument_id}/depth', 'instruments/ticker', 'instruments/{instrument_id}/ticker', 'instruments/{instrument_id}/trades', 'instruments/{instrument_id}/candles', 'instruments/{instrument_id}/history/candles', 'instruments/{instrument_id}/index', 'rate', 'instruments/{instrument_id}/open_interest', 'instruments/{instrument_id}/price_limit', 'instruments/{instrument_id}/liquidation', 'instruments/{instrument_id}/funding_time', 'instruments/{instrument_id}/mark_price', 'instruments/{instrument_id}/historical_funding_rate', ], 'post': [ 'accounts/{instrument_id}/leverage', 'order', 'amend_order/{instrument_id}', 'orders', 'cancel_order/{instrument_id}/{order_id}', 'cancel_order/{instrument_id}/{client_oid}', 'cancel_batch_orders/{instrument_id}', 'order_algo', 'cancel_algos', 'close_position', 'cancel_all', 'order_algo', 'cancel_algos', ], }, 'option': { 'get': [ 'accounts', 'position', '{underlying}/position', 'accounts/{underlying}', 'orders/{underlying}', 'fills/{underlying}', 'accounts/{underlying}/ledger', 'trade_fee', 'orders/{underlying}/{order_id}', 'orders/{underlying}/{client_oid}', // public 'underlying', 'instruments/{underlying}', 'instruments/{underlying}/summary', 'instruments/{underlying}/summary/{instrument_id}', 'instruments/{instrument_id}/book', 'instruments/{instrument_id}/trades', 'instruments/{instrument_id}/ticker', 'instruments/{instrument_id}/candles', ], 'post': [ 'order', 'orders', 'cancel_order/{underlying}/{order_id}', 'cancel_order/{underlying}/{client_oid}', 'cancel_batch_orders/{underlying}', 'amend_order/{underlying}', 'amend_batch_orders/{underlying}', ], }, 'information': { 'get': [ '{currency}/long_short_ratio', '{currency}/volume', '{currency}/taker', '{currency}/sentiment', '{currency}/margin', ], }, 'index': { 'get': [ '{instrument_id}/constituents', ], }, }, 'fees': { 'trading': { 'taker': 0.002, 'maker': 0.001, }, 'spot': { 'taker': 0.0015, 'maker': 0.0010, }, }, 'requiredCredentials': { 'apiKey': true, 'secret': true, 'password': true, }, 'exceptions': { // http error codes // 400 Bad Request — Invalid request format // 401 Unauthorized — Invalid API Key // 403 Forbidden — You do not have access to the requested resource // 404 Not Found // 429 Client Error: Too Many Requests for url // 500 Internal Server Error — We had a problem with our server 'exact': { '1': ExchangeError, // { "code": 1, "message": "System error" } // undocumented 'failure to get a peer from the ring-balancer': ExchangeNotAvailable, // { "message": "failure to get a peer from the ring-balancer" } 'Server is busy, please try again.': ExchangeNotAvailable, // { "message": "Server is busy, please try again." } 'An unexpected error occurred': ExchangeError, // { "message": "An unexpected error occurred" } 'System error': ExchangeError, // {"error_message":"System error","message":"System error"} '4010': PermissionDenied, // { "code": 4010, "message": "For the security of your funds, withdrawals are not permitted within 24 hours after changing fund password / mobile number / Google Authenticator settings " } // common // '0': ExchangeError, // 200 successful,when the order placement / cancellation / operation is successful '4001': ExchangeError, // no data received in 30s '4002': ExchangeError, // Buffer full. cannot write data // -------------------------------------------------------- '30001': AuthenticationError, // { "code": 30001, "message": 'request header "OK_ACCESS_KEY" cannot be blank'} '30002': AuthenticationError, // { "code": 30002, "message": 'request header "OK_ACCESS_SIGN" cannot be blank'} '30003': AuthenticationError, // { "code": 30003, "message": 'request header "OK_ACCESS_TIMESTAMP" cannot be blank'} '30004': AuthenticationError, // { "code": 30004, "message": 'request header "OK_ACCESS_PASSPHRASE" cannot be blank'} '30005': InvalidNonce, // { "code": 30005, "message": "invalid OK_ACCESS_TIMESTAMP" } '30006': AuthenticationError, // { "code": 30006, "message": "invalid OK_ACCESS_KEY" } '30007': BadRequest, // { "code": 30007, "message": 'invalid Content_Type, please use "application/json" format'} '30008': RequestTimeout, // { "code": 30008, "message": "timestamp request expired" } '30009': ExchangeError, // { "code": 30009, "message": "system error" } '30010': AuthenticationError, // { "code": 30010, "message": "API validation failed" } '30011': PermissionDenied, // { "code": 30011, "message": "invalid IP" } '30012': AuthenticationError, // { "code": 30012, "message": "invalid authorization" } '30013': AuthenticationError, // { "code": 30013, "message": "invalid sign" } '30014': DDoSProtection, // { "code": 30014, "message": "request too frequent" } '30015': AuthenticationError, // { "code": 30015, "message": 'request header "OK_ACCESS_PASSPHRASE" incorrect'} '30016': ExchangeError, // { "code": 30015, "message": "you are using v1 apiKey, please use v1 endpoint. If you would like to use v3 endpoint, please subscribe to v3 apiKey" } '30017': ExchangeError, // { "code": 30017, "message": "apikey's broker id does not match" } '30018': ExchangeError, // { "code": 30018, "message": "apikey's domain does not match" } '30019': ExchangeNotAvailable, // { "code": 30019, "message": "Api is offline or unavailable" } '30020': BadRequest, // { "code": 30020, "message": "body cannot be blank" } '30021': BadRequest, // { "code": 30021, "message": "Json data format error" }, { "code": 30021, "message": "json data format error" } '30022': PermissionDenied, // { "code": 30022, "message": "Api has been frozen" } '30023': BadRequest, // { "code": 30023, "message": "{0} parameter cannot be blank" } '30024': BadSymbol, // {"code":30024,"message":"\"instrument_id\" is an invalid parameter"} '30025': BadRequest, // { "code": 30025, "message": "{0} parameter category error" } '30026': DDoSProtection, // { "code": 30026, "message": "requested too frequent" } '30027': AuthenticationError, // { "code": 30027, "message": "login failure" } '30028': PermissionDenied, // { "code": 30028, "message": "unauthorized execution" } '30029': AccountSuspended, // { "code": 30029, "message": "account suspended" } '30030': ExchangeNotAvailable, // { "code": 30030, "message": "endpoint request failed. Please try again" } '30031': BadRequest, // { "code": 30031, "message": "token does not exist" } '30032': BadSymbol, // { "code": 30032, "message": "pair does not exist" } '30033': BadRequest, // { "code": 30033, "message": "exchange domain does not exist" } '30034': ExchangeError, // { "code": 30034, "message": "exchange ID does not exist" } '30035': ExchangeError, // { "code": 30035, "message": "trading is not supported in this website" } '30036': ExchangeError, // { "code": 30036, "message": "no relevant data" } '30037': ExchangeNotAvailable, // { "code": 30037, "message": "endpoint is offline or unavailable" } // '30038': AuthenticationError, // { "code": 30038, "message": "user does not exist" } '30038': OnMaintenance, // {"client_oid":"","code":"30038","error_code":"30038","error_message":"Matching engine is being upgraded. Please try in about 1 minute.","message":"Matching engine is being upgraded. Please try in about 1 minute.","order_id":"-1","result":false} '30044': RequestTimeout, // { "code":30044, "message":"Endpoint request timeout" } // futures '32001': AccountSuspended, // { "code": 32001, "message": "futures account suspended" } '32002': PermissionDenied, // { "code": 32002, "message": "futures account does not exist" } '32003': CancelPending, // { "code": 32003, "message": "canceling, please wait" } '32004': ExchangeError, // { "code": 32004, "message": "you have no unfilled orders" } '32005': InvalidOrder, // { "code": 32005, "message": "max order quantity" } '32006': InvalidOrder, // { "code": 32006, "message": "the order price or trigger price exceeds USD 1 million" } '32007': InvalidOrder, // { "code": 32007, "message": "leverage level must be the same for orders on the same side of the contract" } '32008': InvalidOrder, // { "code": 32008, "message": "Max. positions to open (cross margin)" } '32009': InvalidOrder, // { "code": 32009, "message": "Max. positions to open (fixed margin)" } '32010': ExchangeError, // { "code": 32010, "message": "leverage cannot be changed with open positions" } '32011': ExchangeError, // { "code": 32011, "message": "futures status error" } '32012': ExchangeError, // { "code": 32012, "message": "futures order update error" } '32013': ExchangeError, // { "code": 32013, "message": "token type is blank" } '32014': ExchangeError, // { "code": 32014, "message": "your number of contracts closing is larger than the number of contracts available" } '32015': ExchangeError, // { "code": 32015, "message": "margin ratio is lower than 100% before opening positions" } '32016': ExchangeError, // { "code": 32016, "message": "margin ratio is lower than 100% after opening position" } '32017': ExchangeError, // { "code": 32017, "message": "no BBO" } '32018': ExchangeError, // { "code": 32018, "message": "the order quantity is less than 1, please try again" } '32019': ExchangeError, // { "code": 32019, "message": "the order price deviates from the price of the previous minute by more than 3%" } '32020': ExchangeError, // { "code": 32020, "message": "the price is not in the range of the price limit" } '32021': ExchangeError, // { "code": 32021, "message": "leverage error" } '32022': ExchangeError, // { "code": 32022, "message": "this function is not supported in your country or region according to the regulations" } '32023': ExchangeError, // { "code": 32023, "message": "this account has outstanding loan" } '32024': ExchangeError, // { "code": 32024, "message": "order cannot be placed during delivery" } '32025': ExchangeError, // { "code": 32025, "message": "order cannot be placed during settlement" } '32026': ExchangeError, // { "code": 32026, "message": "your account is restricted from opening positions" } '32027': ExchangeError, // { "code": 32027, "message": "cancelled over 20 orders" } '32028': ExchangeError, // { "code": 32028, "message": "account is suspended and liquidated" } '32029': ExchangeError, // { "code": 32029, "message": "order info does not exist" } '32030': InvalidOrder, // The order cannot be cancelled '32031': ArgumentsRequired, // client_oid or order_id is required. '32038': AuthenticationError, // User does not exist '32040': ExchangeError, // User have open contract orders or position '32044': ExchangeError, // { "code": 32044, "message": "The margin ratio after submitting this order is lower than the minimum requirement ({0}) for your tier." } '32045': ExchangeError, // String of commission over 1 million '32046': ExchangeError, // Each user can hold up to 10 trade plans at the same time '32047': ExchangeError, // system error '32048': InvalidOrder, // Order strategy track range error '32049': ExchangeError, // Each user can hold up to 10 track plans at the same time '32050': InvalidOrder, // Order strategy rang error '32051': InvalidOrder, // Order strategy ice depth error '32052': ExchangeError, // String of commission over 100 thousand '32053': ExchangeError, // Each user can hold up to 6 ice plans at the same time '32057': ExchangeError, // The order price is zero. Market-close-all function cannot be executed '32054': ExchangeError, // Trade not allow '32055': InvalidOrder, // cancel order error '32056': ExchangeError, // iceberg per order average should between {0}-{1} contracts '32058': ExchangeError, // Each user can hold up to 6 initiative plans at the same time '32059': InvalidOrder, // Total amount should exceed per order amount '32060': InvalidOrder, // Order strategy type error '32061': InvalidOrder, // Order strategy initiative limit error '32062': InvalidOrder, // Order strategy initiative range error '32063': InvalidOrder, // Order strategy initiative rate error '32064': ExchangeError, // Time Stringerval of orders should set between 5-120s '32065': ExchangeError, // Close amount exceeds the limit of Market-close-all (999 for BTC, and 9999 for the rest tokens) '32066': ExchangeError, // You have open orders. Please cancel all open orders before changing your leverage level. '32067': ExchangeError, // Account equity < required margin in this setting. Please adjust your leverage level again. '32068': ExchangeError, // The margin for this position will fall short of the required margin in this setting. Please adjust your leverage level or increase your margin to proceed. '32069': ExchangeError, // Target leverage level too low. Your account balance is insufficient to cover the margin required. Please adjust the leverage level again. '32070': ExchangeError, // Please check open position or unfilled order '32071': ExchangeError, // Your current liquidation mode does not support this action. '32072': ExchangeError, // The highest available margin for your order’s tier is {0}. Please edit your margin and place a new order. '32073': ExchangeError, // The action does not apply to the token '32074': ExchangeError, // The number of contracts of your position, open orders, and the current order has exceeded the maximum order limit of this asset. '32075': ExchangeError, // Account risk rate breach '32076': ExchangeError, // Liquidation of the holding position(s) at market price will require cancellation of all pending close orders of the contracts. '32077': ExchangeError, // Your margin for this asset in futures account is insufficient and the position has been taken over for liquidation. (You will not be able to place orders, close positions, transfer funds, or add margin during this period of time. Your account will be restored after the liquidation is complete.) '32078': ExchangeError, // Please cancel all open orders before switching the liquidation mode(Please cancel all open orders before switching the liquidation mode) '32079': ExchangeError, // Your open positions are at high risk.(Please add margin or reduce positions before switching the mode) '32080': ExchangeError, // Funds cannot be transferred out within 30 minutes after futures settlement '32083': ExchangeError, // The number of contracts should be a positive multiple of %%. Please place your order again // token and margin trading '33001': PermissionDenied, // { "code": 33001, "message": "margin account for this pair is not enabled yet" } '33002': AccountSuspended, // { "code": 33002, "message": "margin account for this pair is suspended" } '33003': InsufficientFunds, // { "code": 33003, "message": "no loan balance" } '33004': ExchangeError, // { "code": 33004, "message": "loan amount cannot be smaller than the minimum limit" } '33005': ExchangeError, // { "code": 33005, "message": "repayment amount must exceed 0" } '33006': ExchangeError, // { "code": 33006, "message": "loan order not found" } '33007': ExchangeError, // { "code": 33007, "message": "status not found" } '33008': InsufficientFunds, // { "code": 33008, "message": "loan amount cannot exceed the maximum limit" } '33009': ExchangeError, // { "code": 33009, "message": "user ID is blank" } '33010': ExchangeError, // { "code": 33010, "message": "you cannot cancel an order during session 2 of call auction" } '33011': ExchangeError, // { "code": 33011, "message": "no new market data" } '33012': ExchangeError, // { "code": 33012, "message": "order cancellation failed" } '33013': InvalidOrder, // { "code": 33013, "message": "order placement failed" } '33014': OrderNotFound, // { "code": 33014, "message": "order does not exist" } '33015': InvalidOrder, // { "code": 33015, "message": "exceeded maximum limit" } '33016': ExchangeError, // { "code": 33016, "message": "margin trading is not open for this token" } '33017': InsufficientFunds, // { "code": 33017, "message": "insufficient balance" } '33018': ExchangeError, // { "code": 33018, "message": "this parameter must be smaller than 1" } '33020': ExchangeError, // { "code": 33020, "message": "request not supported" } '33021': BadRequest, // { "code": 33021, "message": "token and the pair do not match" } '33022': InvalidOrder, // { "code": 33022, "message": "pair and the order do not match" } '33023': ExchangeError, // { "code": 33023, "message": "you can only place market orders during call auction" } '33024': InvalidOrder, // { "code": 33024, "message": "trading amount too small" } '33025': InvalidOrder, // { "code": 33025, "message": "base token amount is blank" } '33026': ExchangeError, // { "code": 33026, "message": "transaction completed" } '33027': InvalidOrder, // { "code": 33027, "message": "cancelled order or order cancelling" } '33028': InvalidOrder, // { "code": 33028, "message": "the decimal places of the trading price exceeded the limit" } '33029': InvalidOrder, // { "code": 33029, "message": "the decimal places of the trading size exceeded the limit" } '33034': ExchangeError, // { "code": 33034, "message": "You can only place limit order after Call Auction has started" } '33035': ExchangeError, // This type of order cannot be canceled(This type of order cannot be canceled) '33036': ExchangeError, // Exceeding the limit of entrust order '33037': ExchangeError, // The buy order price should be lower than 130% of the trigger price '33038': ExchangeError, // The sell order price should be higher than 70% of the trigger price '33039': ExchangeError, // The limit of callback rate is 0 < x <= 5% '33040': ExchangeError, // The trigger price of a buy order should be lower than the latest transaction price '33041': ExchangeError, // The trigger price of a sell order should be higher than the latest transaction price '33042': ExchangeError, // The limit of price variance is 0 < x <= 1% '33043': ExchangeError, // The total amount must be larger than 0 '33044': ExchangeError, // The average amount should be 1/1000 * total amount <= x <= total amount '33045': ExchangeError, // The price should not be 0, including trigger price, order price, and price limit '33046': ExchangeError, // Price variance should be 0 < x <= 1% '33047': ExchangeError, // Sweep ratio should be 0 < x <= 100% '33048': ExchangeError, // Per order limit: Total amount/1000 < x <= Total amount '33049': ExchangeError, // Total amount should be X > 0 '33050': ExchangeError, // Time interval should be 5 <= x <= 120s '33051': ExchangeError, // cancel order number not higher limit: plan and track entrust no more than 10, ice and time entrust no more than 6 '33059': BadRequest, // { "code": 33059, "message": "client_oid or order_id is required" } '33060': BadRequest, // { "code": 33060, "message": "Only fill in either parameter client_oid or order_id" } '33061': ExchangeError, // Value of a single market price order cannot exceed 100,000 USD '33062': ExchangeError, // The leverage ratio is too high. The borrowed position has exceeded the maximum position of this leverage ratio. Please readjust the leverage ratio '33063': ExchangeError, // Leverage multiple is too low, there is insufficient margin in the account, please readjust the leverage ratio '33064': ExchangeError, // The setting of the leverage ratio cannot be less than 2, please readjust the leverage ratio '33065': ExchangeError, // Leverage ratio exceeds maximum leverage ratio, please readjust leverage ratio '33085': InvalidOrder, // The value of the position and buying order has reached the position limit, and no further buying is allowed. // account '21009': ExchangeError, // Funds cannot be transferred out within 30 minutes after swap settlement(Funds cannot be transferred out within 30 minutes after swap settlement) '34001': PermissionDenied, // { "code": 34001, "message": "withdrawal suspended" } '34002': InvalidAddress, // { "code": 34002, "message": "please add a withdrawal address" } '34003': ExchangeError, // { "code": 34003, "message": "sorry, this token cannot be withdrawn to xx at the moment" } '34004': ExchangeError, // { "code": 34004, "message": "withdrawal fee is smaller than minimum limit" } '34005': ExchangeError, // { "code": 34005, "message": "withdrawal fee exceeds the maximum limit" } '34006': ExchangeError, // { "code": 34006, "message": "withdrawal amount is lower than the minimum limit" } '34007': ExchangeError, // { "code": 34007, "message": "withdrawal amount exceeds the maximum limit" } '34008': InsufficientFunds, // { "code": 34008, "message": "insufficient balance" } '34009': ExchangeError, // { "code": 34009, "message": "your withdrawal amount exceeds the daily limit" } '34010': ExchangeError, // { "code": 34010, "message": "transfer amount must be larger than 0" } '34011': ExchangeError, // { "code": 34011, "message": "conditions not met" } '34012': ExchangeError, // { "code": 34012, "message": "the minimum withdrawal amount for NEO is 1, and the amount must be an integer" } '34013': ExchangeError, // { "code": 34013, "message": "please transfer" } '34014': ExchangeError, // { "code": 34014, "message": "transfer limited" } '34015': ExchangeError, // { "code": 34015, "message": "subaccount does not exist" } '34016': PermissionDenied, // { "code": 34016, "message": "transfer suspended" } '34017': AccountSuspended, // { "code": 34017, "message": "account suspended" } '34018': AuthenticationError, // { "code": 34018, "message": "incorrect trades password" } '34019': PermissionDenied, // { "code": 34019, "message": "please bind your email before withdrawal" } '34020': PermissionDenied, // { "code": 34020, "message": "please bind your funds password before withdrawal" } '34021': InvalidAddress, // { "code": 34021, "message": "Not verified address" } '34022': ExchangeError, // { "code": 34022, "message": "Withdrawals are not available for sub accounts" } '34023': PermissionDenied, // { "code": 34023, "message": "Please enable futures trading before transferring your funds" } '34026': RateLimitExceeded, // transfer too frequently(transfer too frequently) '34036': ExchangeError, // Parameter is incorrect, please refer to API documentation '34037': ExchangeError, // Get the sub-account balance interface, account type is not supported '34038': ExchangeError, // Since your C2C transaction is unusual, you are restricted from fund transfer. Please contact our customer support to cancel the restriction '34039': ExchangeError, // You are now restricted from transferring out your funds due to abnormal trades on C2C Market. Please transfer your fund on our website or app instead to verify your identity // swap '35001': ExchangeError, // { "code": 35001, "message": "Contract does not exist" } '35002': ExchangeError, // { "code": 35002, "message": "Contract settling" } '35003': ExchangeError, // { "code": 35003, "message": "Contract paused" } '35004': ExchangeError, // { "code": 35004, "message": "Contract pending settlement" } '35005': AuthenticationError, // { "code": 35005, "message": "User does not exist" } '35008': InvalidOrder, // { "code": 35008, "message": "Risk ratio too high" } '35010': InvalidOrder, // { "code": 35010, "message": "Position closing too large" } '35012': InvalidOrder, // { "code": 35012, "message": "Incorrect order size" } '35014': InvalidOrder, // { "code": 35014, "message": "Order price is not within limit" } '35015': InvalidOrder, // { "code": 35015, "message": "Invalid leverage level" } '35017': ExchangeError, // { "code": 35017, "message": "Open orders exist" } '35019': InvalidOrder, // { "code": 35019, "message": "Order size too large" } '35020': InvalidOrder, // { "code": 35020, "message": "Order price too high" } '35021': InvalidOrder, // { "code": 35021, "message": "Order size exceeded current tier limit" } '35022': BadRequest, // { "code": 35022, "message": "Contract status error" } '35024': BadRequest, // { "code": 35024, "message": "Contract not initialized" } '35025': InsufficientFunds, // { "code": 35025, "message": "No account balance" } '35026': BadRequest, // { "code": 35026, "message": "Contract settings not initialized" } '35029': OrderNotFound, // { "code": 35029, "message": "Order does not exist" } '35030': InvalidOrder, // { "code": 35030, "message": "Order size too large" } '35031': InvalidOrder, // { "code": 35031, "message": "Cancel order size too large" } '35032': ExchangeError, // { "code": 35032, "message": "Invalid user status" } '35037': ExchangeError, // No last traded price in cache '35039': InsufficientFunds, // { "code": 35039, "message": "Open order quantity exceeds limit" } '35040': InvalidOrder, // {"error_message":"Invalid order type","result":"true","error_code":"35040","order_id":"-1"} '35044': ExchangeError, // { "code": 35044, "message": "Invalid order status" } '35046': InsufficientFunds, // { "code": 35046, "message": "Negative account balance" } '35047': InsufficientFunds, // { "code": 35047, "message": "Insufficient account balance" } '35048': ExchangeError, // { "code": 35048, "message": "User contract is frozen and liquidating" } '35049': InvalidOrder, // { "code": 35049, "message": "Invalid order type" } '35050': InvalidOrder, // { "code": 35050, "message": "Position settings are blank" } '35052': InsufficientFunds, // { "code": 35052, "message": "Insufficient cross margin" } '35053': ExchangeError, // { "code": 35053, "message": "Account risk too high" } '35055': InsufficientFunds, // { "code": 35055, "message": "Insufficient account balance" } '35057': ExchangeError, // { "code": 35057, "message": "No last traded price" } '35058': ExchangeError, // { "code": 35058, "message": "No limit" } '35059': BadRequest, // { "code": 35059, "message": "client_oid or order_id is required" } '35060': BadRequest, // { "code": 35060, "message": "Only fill in either parameter client_oid or order_id" } '35061': BadRequest, // { "code": 35061, "message": "Invalid instrument_id" } '35062': InvalidOrder, // { "code": 35062, "message": "Invalid match_price" } '35063': InvalidOrder, // { "code": 35063, "message": "Invalid order_size" } '35064': InvalidOrder, // { "code": 35064, "message": "Invalid client_oid" } '35066': InvalidOrder, // Order interval error '35067': InvalidOrder, // Time-weighted order ratio error '35068': InvalidOrder, // Time-weighted order range error '35069': InvalidOrder, // Time-weighted single transaction limit error '35070': InvalidOrder, // Algo order type error '35071': InvalidOrder, // Order total must be larger than single order limit '35072': InvalidOrder, // Maximum 6 unfulfilled time-weighted orders can be held at the same time '35073': InvalidOrder, // Order price is 0. Market-close-all not available '35074': InvalidOrder, // Iceberg order single transaction average error '35075': InvalidOrder, // Failed to cancel order '35076': InvalidOrder, // LTC 20x leverage. Not allowed to open position '35077': InvalidOrder, // Maximum 6 unfulfilled iceberg orders can be held at the same time '35078': InvalidOrder, // Order amount exceeded 100,000 '35079': InvalidOrder, // Iceberg order price variance error '35080': InvalidOrder, // Callback rate error '35081': InvalidOrder, // Maximum 10 unfulfilled trail orders can be held at the same time '35082': InvalidOrder, // Trail order callback rate error '35083': InvalidOrder, // Each user can only hold a maximum of 10 unfulfilled stop-limit orders at the same time '35084': InvalidOrder, // Order amount exceeded 1 million '35085': InvalidOrder, // Order amount is not in the correct range '35086': InvalidOrder, // Price exceeds 100 thousand '35087': InvalidOrder, // Price exceeds 100 thousand '35088': InvalidOrder, // Average amount error '35089': InvalidOrder, // Price exceeds 100 thousand '35090': ExchangeError, // No stop-limit orders available for cancelation '35091': ExchangeError, // No trail orders available for cancellation '35092': ExchangeError, // No iceberg orders available for cancellation '35093': ExchangeError, // No trail orders available for cancellation '35094': ExchangeError, // Stop-limit order last traded price error '35095': BadRequest, // Instrument_id error '35096': ExchangeError, // Algo order status error '35097': ExchangeError, // Order status and order ID cannot exist at the same time '35098': ExchangeError, // An order status or order ID must exist '35099': ExchangeError, // Algo order ID error '35102': RateLimitExceeded, // {"error_message":"The operation that close all at market price is too frequent","result":"true","error_code":"35102","order_id":"-1"} // option '36001': BadRequest, // Invalid underlying index. '36002': BadRequest, // Instrument does not exist. '36005': ExchangeError, // Instrument status is invalid. '36101': AuthenticationError, // Account does not exist. '36102': PermissionDenied, // Account status is invalid. '36103': PermissionDenied, // Account is suspended due to ongoing liquidation. '36104': PermissionDenied, // Account is not enabled for options trading.