zrsclient 0.3.0

Rust SDK for the Zerodha Kite Connect trading API — REST endpoints plus WebSocket market-data streaming, with built-in retry and reconnect.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "status": "success",
    "data": {
        "NSE:INFY": {
            "instrument_token": 408065,
            "last_price": 1075,
            "ohlc": {
                "open": 1085.8,
                "high": 1085.9,
                "low": 1070.9,
                "close": 1075.8
            }
        }
    }
}