rusftx 0.4.0

Rust bindings for the FTX REST and Websocket API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "channel": "ticker",
  "market": "BTC-PERP",
  "type": "update",
  "data": {
    "bid": 20919.0,
    "ask": 20920.0,
    "bidSize": 2.3826,
    "askSize": 9.9402,
    "last": 20920.0,
    "time": 1657888653.11847
  }
}