Expand description
Binance Spot WebSocket API message types.
This module defines:
HandlerCommand: Commands sent from the client to the handler.NautilusWsApiMessage: Output messages emitted by the handler to the client.- Request/response structures for the Binance WebSocket API.
Modules§
- method
- WebSocket API method names.
Structs§
- WsApi
Error Response - WebSocket API error response (JSON).
- WsApi
Request - WebSocket API request wrapper.
Enums§
- Handler
Command - Commands sent from the outer client to the inner handler.
- Nautilus
WsApi Message - Normalized output message from the WebSocket API handler.
- Request
Meta - Metadata for a pending request.