coingecko_getTopGainersLosers
InactiveTool of SAP MCP Server
Get top gainers and losers from CoinGecko. SAP MCP context: Protocol coingecko; operation class read. Use for off-chain market data such as token prices, trending assets, token info, pools, and OHLCV. Use market data as advisory context. On-chain SAP settlement and escrow state remain authoritative for payments.
Parameters schema
{
"type": "object",
"properties": {
"duration": {
"enum": [
"1h",
"24h",
"7d",
"14d",
"30d",
"1y"
],
"type": "string",
"description": "Duration parameter for Coingecko Get Top Gainers Losers."
},
"vsCurrency": {
"type": "string",
"description": "Vs Currency parameter for Coingecko Get Top Gainers Losers."
}
},
"additionalProperties": false
}Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries