- The base restful URI: https://api.hoo.com
- JSON is used as returned data format along with HTTP status code
200
- JSON {"error": "xxx"} will be returned in case of exceptions with status
4XX
5XX
- The websocket URI: wss://api.hoo.com/websocket
Name | Auth | Description |
---|---|---|
restful-market | Public | currencies and pairs in market |
restful-quotations | Public | tickers and klines |
restful-orders | Private | submit and cancel orders, active and today orders |
restful-accounts | Private | asset in accounts |
restful-pairs | Private | depth, trades and ticker |
websocket-trading | Private | orders and accounts involved in trading |
websocket-pairs | Private | trades, depth change for every trading |
websocket-tickers | Private | ticker and 10 levels depth |
GET /
Root path. can be used as a ping
Response:
{
"api": "hoo.com",
"version": "v1"
}
Ratelimit: 60 requests / 60 seconds