get_crypto_quote_short
Retrieve a concise summary of cryptocurrency market data by specifying the symbol. Access real-time prices and essential details from Yahoo Finance for informed trading decisions.
Instructions
获取指定加密货币的简要行情。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
symbol | Yes |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"title": "Symbol",
"type": "string"
}
},
"required": [
"symbol"
],
"title": "get_crypto_quote_shortArguments",
"type": "object"
}