Coingecko Get Token Price
coingecko_getTokenPriceGet token price and market data 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.
SAP MCP execution guidance: Intent: read/discovery workflow. Pricing: free; call directly without x402. Routing: free hosted call; call directly and keep it small/exact when possible. Signer boundary: hosted reads/builders never receive keypair bytes; value-moving results must be finalized locally when signing is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokenId | Yes | CoinGecko token ID or contract address | |
| vsCurrency | No | Vs Currency parameter for Coingecko Get Token Price. | |
| include24hChange | No | Include24h Change parameter for Coingecko Get Token Price. | |
| include24hVolume | No | Include24h Volume parameter for Coingecko Get Token Price. | |
| includeMarketCap | No | Include Market Cap parameter for Coingecko Get Token Price. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |