getOptionBaseCoins
Fetch available option base coins on Bybit with quote/settle coins and symbol availability. Filter by underlying type to discover tradable underlyings without maintaining a hard-coded list.
Instructions
Retrieve the option base coins available on Bybit, including their quote and settlement coins, display names, online times, symbol availability, and underlying asset types.
Use this endpoint when you need to:
Discover available option underlyings without maintaining a hard-coded coin list
Filter option base coins by underlying asset type
Check whether an option base coin currently has tradable symbols
Notes:
underlyingTypeis the only supported query parameterNo authentication required
Agent hint: Use this endpoint to discover option base coins and their market metadata. Optionally filter by underlyingType: 0 for crypto, 1 for commodity, 2 for stock, 3 for forex, or 4 for oil. Check hasSymbol before querying instruments for a returned base coin. hasSymbol=1 means tradable option symbols exist; 0 means none are currently available, including when optionOnlineTime is zero or still in the future. optionOnlineTime is a Unix timestamp in milliseconds. Use the returned quoteCoin and settleCoin rather than assuming a settlement currency. Error 10001: check underlyingType; error 10006: reduce request frequency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| underlyingType | No |