ccxt-rust 0.1.5

Cryptocurrency exchange trading library in Rust
Documentation
{
  "symbol": "BTC/USDT",
  "last": 50000.00,
  "bid": 49999.00,
  "ask": 50001.00,
  "high": 51000.00,
  "low": 49000.00,
  "volume": 1000.5,
  "quoteVolume": 50000000.00,
  "percentage": 2.5,
  "average": 49800.00,
  "timestamp": 1234567890000,
  "datetime": "2023-12-01T00:00:00.000Z",
  "info": {
    "symbol": "BTCUSDT",
    "priceChange": "1250.00",
    "priceChangePercent": "2.56",
    "weightedAvgPrice": "49800.00",
    "prevClosePrice": "48750.00",
    "lastPrice": "50000.00",
    "lastQty": "0.01",
    "bidPrice": "49999.00",
    "bidQty": "1.0",
    "askPrice": "50001.00",
    "askQty": "1.0",
    "openPrice": "48800.00",
    "highPrice": "51000.00",
    "lowPrice": "49000.00",
    "volume": "1000.5",
    "quoteVolume": "50000000.00",
    "openTime": 1234560000000,
    "closeTime": 1234567890000,
    "firstId": 12345,
    "lastId": 12356,
    "count": 12
  }
}