get_symbol_price
Retrieve the current market price for a cryptocurrency pair. Specify the trading symbol and optional product category to get price data from Bybit.
Instructions
Get the current price of a cryptocurrency pair.
Args: symbol: The trading pair, e.g., BTCUSDT. category: Product type: spot, linear, inverse (default: spot).
Returns: Price information from Bybit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| category | No | spot |