📄️ REST API
Official:
📄️ Basic information of the interface
Due to the reasons of high latency and poor stability, it is not recommend to access the JU API through a proxy.
📄️ Frequency Limiting Rules
Get assets 3 times per second, other methods 10 times per second for each single user, 1000 times per minute for each single IP, exceeding the requested times, account will be locked for 10 minutes.
📄️ Signature Statement
Since JU needs to provide some open interfaces for third-party platforms, it requires data security issues of the interface, such as whether the data has been tampered with, whether the data is outdated, whether the data can be submitted repeatedly, and the frequency of access to the interface within a certain period of time. Among them, whether the data has been tampered with is most important.
📄️ Obtain Signature
Example for https://api.jucoin.com/v1/future-u/market/public/symbol/detail?symbol=btc_usdt&side=BUY&type=LIMIT&timeInForce=GTC&quantity=2&price=90000
📄️ API Library
Java connector
📄️ Return Format
All interfaces’ returns are in JSON format.
📄️ Error Code
| Status code | Error information |