最新成交价
market_priceRetrieves the latest trading price for a specified symbol, returning the current price to support quick market checks and trading decisions.
Instructions
获取交易对最新成交价。返回 symbol 与 price(number 类型)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| price | Yes | ||
| symbol | Yes |