Expand description
Types describing Lazer HTTP and WebSocket APIs.
Structs§
- Error
Response - Sent from the server if an internal error occured while serving data for an existing subscription, or a client request sent a bad request.
- Invalid
Feed Subscription Details - Json
Binary Data - Json
Update - Latest
Price Request - Parsed
Feed Payload - Parsed
Payload - Price
Request - Reduce
Price Request - Stream
Updated Response - Sent from the server when new data is available for an existing subscription
(only if
delivery_format == Json
). - Subscribe
Request - Subscribed
Response - Sent from the server after a successul subscription.
- Subscribed
With Invalid Feed IdsIgnored Response - Subscription
Error Response - Sent from the server if the requested subscription or unsubscription request could not be fulfilled.
- Subscription
Id - Subscription
Params - Subscription
Params Repr - Unsubscribe
Request - Unsubscribed
Response
Enums§
- Channel
- Delivery
Format - Format
- Json
Binary Encoding - WsRequest
- A request sent from the client to the server.
- WsResponse
- A JSON response sent from the server to the client.