get_market_data
Retrieve market data for a specific cryptocurrency coin using the Multi-MCPs server, which integrates multiple third-party APIs for streamlined data access.
Instructions
Get market data for a coin
Input Schema
Name | Required | Description | Default |
---|---|---|---|
coin_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"coin_id": {
"type": "string"
}
},
"required": [
"coin_id"
],
"type": "object"
}