-
Notifications
You must be signed in to change notification settings - Fork 28
faq
Users can call any public or private APIs and below limits are enforced. For private APIs the limit is based on API key and for public APIs the limit is based on the IP address.
We may decide to change those limits or add new ones depending on usage patterns and traffic.
-
/order/open
-
/order/cancel
-
/order/detail
-
/account/balance
-
/market/{instrument}/{currency}/tick
-
/market/{instrument}/{currency}/orderbook
-
/market/{instrument}/{currency}/trades
/order/create
/order/history
/order/trade/history
/account/tradingfee
/fundtransfer/withdrawEFT
/fundtransfer/withdrawCrypto
In case if your application is calling above APIs with higher rate then you will receive the following error message:
Throttle limit exceeded.
If you have specific requirements please contact our support desk.
Make sure you have a valid user agent set in your code.
All numbers, specifically for price and volume, must be converted to an integer for use in API requests. The conversion is 100000000, or 1E8. For strongly typed programming languages, use of integer variable types is strongly recommended, as decimals will not be accepted by the API.
The API does not use decimals, so the numbers returned are in the converted format mentioned in the question above.
Introduction updated 9/28/18
WebSocket v1 deprecated
Market Data API updated 7/24/19
Trading API updated 08/19/19
Account API updated 3/14/19
Fund Transfer API updated 08/06/19