get_24hr_ticker
Retrieve 24-hour price change statistics for cryptocurrency trading pairs on Binance, including price movements and trading volume data.
Instructions
获取24小时价格变动统计
Input Schema
Name | Required | Description | Default |
---|---|---|---|
symbol | No | 交易对符号,不传则获取所有交易对 |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"description": "交易对符号,不传则获取所有交易对",
"type": "string"
}
},
"required": [],
"type": "object"
}