Expand description
Data transfer objects for deserializing Bybit HTTP API payloads.
Structs§
- Bybit
Cancel Order Result - Payload returned after cancelling a single order.
- Bybit
Coin Balance - Account balance snapshot coin entry.
- Bybit
Execution - Execution/Fill payload returned by
GET /v5/execution/list
. - Bybit
FeeRate - Fee rate structure returned by
GET /v5/account/fee-rate
. - Bybit
Instrument Inverse - Instrument definition for inverse contracts.
- Bybit
Instrument Linear - Instrument definition for linear contracts.
- Bybit
Instrument Option - Instrument definition for option contracts.
- Bybit
Instrument Spot - Instrument definition for spot symbols.
- Bybit
Kline - Kline/candlestick entry returned by
GET /v5/market/kline
. - Bybit
Kline Result - Kline list result returned by Bybit.
- Bybit
Order - Order representation as returned by order-related endpoints.
- Bybit
Place Order Result - Payload returned after placing a single order.
- Bybit
Position - Represents a position returned by the Bybit API.
- Bybit
Server Time - Response payload returned by
GET /v5/market/server-time
. - Bybit
Ticker Data - Unified ticker data structure containing common fields across all product types.
- Bybit
Ticker Linear - Ticker payload for linear and inverse perpetual/futures instruments.
- Bybit
Ticker Option - Ticker payload for option instruments.
- Bybit
Ticker Spot - Ticker payload for spot instruments.
- Bybit
Trade - Trade entry returned by
GET /v5/market/recent-trade
. - Bybit
Trade Result - Trade list result returned by Bybit.
- Bybit
Wallet Balance - Wallet balance snapshot containing per-coin balances.
Type Aliases§
- Bybit
Cancel Order Response - Response alias for order cancellation endpoints.
- Bybit
FeeRate Response - Response alias for fee rate requests.
- Bybit
Instrument Inverse Response - Response alias for instrument info requests that return inverse contracts.
- Bybit
Instrument Linear Response - Response alias for instrument info requests that return linear contracts.
- Bybit
Instrument Option Response - Response alias for instrument info requests that return option contracts.
- Bybit
Instrument Spot Response - Response alias for instrument info requests that return spot instruments.
- Bybit
Klines Response - Response alias for kline history requests.
- Bybit
Open Orders Response - Response alias for open order queries.
- Bybit
Order History Response - Response alias for order history queries with pagination.
- Bybit
Place Order Response - Response alias for order placement endpoints.
- Bybit
Position List Response - Response alias for position list requests.
- Bybit
Server Time Response - Type alias for the server time response envelope.
- Bybit
Tickers Linear Response - Response alias for linear/inverse ticker requests.
- Bybit
Tickers Option Response - Response alias for option ticker requests.
- Bybit
Tickers Spot Response - Response alias for spot ticker requests.
- Bybit
Trade History Response - Response alias for trade history requests.
- Bybit
Trades Response - Response alias for recent trades requests.
- Bybit
Wallet Balance Response - Response alias for wallet balance requests.