ultrade_market_history
Retrieve historical market data for specified trading pairs within defined timeframes and intervals to analyze price trends and trading patterns.
Instructions
Get market history
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Market symbol, e.g. sol_eth | |
| interval | Yes | Resolution interval | |
| startTime | Yes | UTC timestamp in seconds | |
| endTime | Yes | UTC timestamp in seconds | |
| limit | No | Max amount of candles | |
| format | No | Response format | object |