get_public_trades
Retrieve recent public trades from Bybit for any symbol across spot, linear, inverse, or option categories.
Instructions
Query recent public trading data.
Args:
category: Product type - spot, linear, inverse, option
symbol: Symbol name (e.g. BTCUSDT)
baseCoin: Base coin (for option only)
optionType: Option type - Call, Put (for option only)
limit: Limit for data size (spot: 1-60 default 60; others: 1-1000 default 500)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| symbol | Yes | ||
| baseCoin | No | ||
| category | Yes | ||
| optionType | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |