Module models

Module models 

Source
Expand description

Shared data transfer objects used across Bybit HTTP and WebSocket payloads.

Structs§

BybitCursorList
Generic list result that also carries pagination cursor information.
BybitList
Generic wrapper that contains a list payload returned by Bybit.
BybitResponse
Top-level response envelope returned by Bybit HTTP endpoints.
LeverageFilter
Common leverage filter that describes leverage bounds and step.
LinearLotSizeFilter
Lot size filter for derivatives instruments.
LinearPriceFilter
Price filter for linear/inverse contracts describing min/max and tick.
OptionLotSizeFilter
Lot size filter for option instruments.
SpotLotSizeFilter
Lot size filter for spot instruments.
SpotPriceFilter
Price filter for spot instruments (only tick size is provided).

Type Aliases§

BybitCursorListResponse
Convenience alias for responses that return a cursor-based list.
BybitListResponse
Convenience alias for responses that return a simple list.