Kana Perps Python Websocket API
Supported Markets
WebSocket Client Documentation
pip install websocket-client1. WebSocket Client for Subscribing to Position Updates
{
"topic": "positions",
"address": "0x4d6dc68e391e86991e58ab4d548b7e92872430d1f51bc666fe0c206bad7ff770"
}Example Code to Connect to the WebSocket and Subscribe:
2. WebSocket Client for Subscribing to Order Fills Updates
Example Code to Connect to the WebSocket and Subscribe:
3. WebSocket Client for Subscribing to Open Orders Updates
Example Code to Connect to the WebSocket and Subscribe:
4. WebSocket Client for Subscribing to Order history Updates
Example Code to Connect to the WebSocket and Subscribe:
5. WebSocket Client for Subscribing to Order Book Updates
Example Code to Connect to the WebSocket and Subscribe:
Last updated