get-market-analysis
Analyze cryptocurrency market data by retrieving detailed insights on top exchanges and volume distribution. Input a cryptocurrency symbol (e.g., BTC, ETH) to access comprehensive market trends and exchange information.
Instructions
Get detailed market analysis including top exchanges and volume distribution
Input Schema
Name | Required | Description | Default |
---|---|---|---|
symbol | Yes | Cryptocurrency symbol (e.g., BTC, ETH) |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"description": "Cryptocurrency symbol (e.g., BTC, ETH)",
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}