Skip to content

chaince/apidocs

Repository files navigation

API Documentations for api.hoo.com

Restful

  • 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

Websocket

  • The websocket URI: wss://api.hoo.com/websocket

Authentication

Authentication

Endpoints

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

Root / Ping

GET /

Root path. can be used as a ping

Response:

{
  "api": "hoo.com",
  "version": "v1"
}

Ratelimit: 60 requests / 60 seconds

About

API Docs for api.hoo.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published