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": 0,
			"lower": 1075.599,
			"upper": 1138.2
		},
		"NSE:RELIANCE": {
			"instrument_token": 0,
			"lower": 870.57475,
			"upper": 902.15
		}
	}
}