-
Notifications
You must be signed in to change notification settings - Fork 2
ROME API文档
因去中心化交易所的特性,访问CYBEX ROME的API Server无须登陆,但交易操作需要用户用自己的私钥签名。我们为python和javascript用户提供了带有快速签名的library,其他语言的用户可以选择在个人电脑上起Signer程序并且配置account与private key来签署交易请求。
Signer的代码可以通过GitHub访问:https://github.com/CybexDex/cyb-signer
API Server目前实现了以下接口:
-
Reference data
API:https://api.cybex.io/v1/refData
类型:HTTP GET -
Position
API:https://api.cybex.io/v1/position
类型:HTTP GET -
Order book
API:https://api.cybex.io/v1/orderBook
类型:HTTP GET -
Transaction
API:https://api.cybex.io/v1/transaction
类型:HTTP POST -
Order status
API:https://api.cybex.io/v1/order
类型:HTTP GET -
Trade
API:https://api.cybex.io/v1/trade
类型:HTTP GET
API定义的yaml file可以在GitHub访问:https://github.com/CybexDex/apiExplorer/blob/master/cybex_api_server.yaml
Swagger Editor可以帮助大家更为方便的浏览,具体可以把上述文件內容放到 https://editor.swagger.io/ 进行查看。
-
CYBEX Python API:https://github.com/CybexDex/RomeAPI
-
CYBEX Python demo:https://github.com/CybexDex/cybex-python-demo
-
CYBEX API:https://apidoc.cybex.io/
-
Swagger Explorer:https://cybexdex.github.io/apiExplorer