You're viewing a demo portfolio

Join the waitlist
PRSM

top_volume_full

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Cryptocompare

https://github.com/pipeworx-io/mcp-cryptocompare

1/7 registries
View full server →