top_volume_full
ActiveTool of Cryptocompare
declared in 0.1.0
Return the top cryptocurrencies ranked by 24h total volume denominated in a quote symbol (tsym); paginates with page parameter.
Parameters schema
{
"type": "object",
"examples": [
{
"tsym": "USD",
"limit": 20
},
{
"page": 1,
"tsym": "EUR",
"limit": 50
}
],
"required": [
"tsym"
],
"properties": {
"page": {
"type": "number"
},
"tsym": {
"type": "string"
},
"limit": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Cryptocompare
https://github.com/pipeworx-io/mcp-cryptocompare
1/7 registries