Expand description
Type definitions for the Bybit API.
Re-exports§
Modules§
- account
- Account-related types for wallet and account management.
- market
- Market data types for the Bybit V5 API.
- position
- Position-related types for position management.
- trade
- Trade-related types for order management.
Structs§
- Empty
- Empty result type for endpoints that return no data.
- Pagination
Params - Generic cursor-based pagination parameters.
- Rate
Limit Info - Rate limit information parsed from response headers.
- Server
Time - Server time response.
- Symbol
Info - Symbol information base fields (common across categories).
Enums§
- Account
Type - Account type for wallet operations.
- Category
- Trading category for the V5 API.
- Kline
Interval - Kline/candlestick interval.
- Margin
Mode - Margin mode for the account.
- Order
Status - Order status.
- Order
Type - Order type.
- Position
Idx - Position index for position mode.
- Position
Mode - Position mode.
- Side
- Order side (buy or sell).
- Stop
Order Type - Stop order type.
- Time
InForce - Time in force for orders.
- Trade
Mode - Trade mode (cross or isolated margin).
- Trigger
By - Trigger price type for conditional orders.