HFT订单
如WK Selph所述,用于高频交易(HFT)的限价订单簿,已在Python3中实现(正在使用C实现)
基于WK Selph的博客文章:
在Archive.org的WayBackMachine上可用:
"There are three main operations that a limit order book (LOB) has to
implement: add, cancel, and execute. The goal is to implement these
o
外汇交易
用于Elixir的FTX API客户端
安装
添加ex_ftx包到您的依赖列表mix.exs :
def deps do
[{ :ex_ftx , " ~> 0.0.6 " }]
end
API文档
REST API
交易市场
GET /markets
GET /markets/{market_name}
GET /markets/{market_name}/orderbook?depth={depth}
GET /markets/{market_name}/t