Expand description
Shared data transfer objects used across Bybit HTTP and WebSocket payloads.
Structs§
- Bybit
Cursor List - Generic list result that also carries pagination cursor information.
- Bybit
List - Generic wrapper that contains a list payload returned by Bybit.
- Bybit
Response - Top-level response envelope returned by Bybit HTTP endpoints.
- Leverage
Filter - Common leverage filter that describes leverage bounds and step.
- Linear
LotSize Filter - Lot size filter for derivatives instruments.
- Linear
Price Filter - Price filter for linear/inverse contracts describing min/max and tick.
- Option
LotSize Filter - Lot size filter for option instruments.
- Spot
LotSize Filter - Lot size filter for spot instruments.
- Spot
Price Filter - Price filter for spot instruments (only tick size is provided).
Type Aliases§
- Bybit
Cursor List Response - Convenience alias for responses that return a cursor-based list.
- Bybit
List Response - Convenience alias for responses that return a simple list.