ticker_24hr
Get 24-hour rolling window price change statistics for cryptocurrency trading pairs to analyze market movements and inform trading decisions.
Instructions
24 hour rolling window price change statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Trading symbol |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"description": "Trading symbol",
"type": "string"
}
},
"type": "object"
}