Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

16 lines (13 loc) · 1.08 KB

Documentation for BitAsset APIs

  • Announcements regarding changes, downtime, etc. to the API will be released here: https://www.bitasset.com
  • Endpoints, parameters, etc. described in the documents in this repository are supported.
  • Any other endpoints, parameters, etc. is not supported, use them at your own risk and with no guarantees.
  • SPOT API URI: https://api.bitasset.com/spot 现货api前缀地址
  • apiTimeStamp meaning:Millisecond timestamp (13位的毫秒时间戳)
Name Description
rest-api.md Details of the Rest API (Spot trading) 现货交易相关api
errors.md Description of possible error messages from the rest api (Spot trading) 现货交易相关错误码
Market Api Description.md Market of the rest api (Spot trading) 现货交易相关行情文档
python加密工具类.py python encryption tool 加密demo python
现货API接口demo-JAVA.rar java demo