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
{
    "status": "success",
    "data": {
        "NSE:INFY": {
            "instrument_token": 408065,
            "last_price": 1074.35
        }
    }
}