top_pairs
ActiveTool of Cryptocompare
declared in 0.1.0
Return the top trading pairs for a base coin (fsym) by 24h volume on CryptoCompare, with exchange and volume data for each pair.
Parameters schema
{
"type": "object",
"examples": [
{
"fsym": "BTC",
"limit": 10
},
{
"fsym": "ETH"
}
],
"required": [
"fsym"
],
"properties": {
"fsym": {
"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