Coingecko Get O H L C V
coingecko_getOHLCVRetrieve OHLCV price chart data for any token from CoinGecko to provide advisory market context for token prices and trading decisions.
Instructions
Get OHLCV (price chart) 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Days parameter for Coingecko Get O H L C V. | |
| tokenId | Yes | Token ID mint, symbol, or token identifier used by Coingecko Get O H L C V. | |
| vsCurrency | No | Vs Currency parameter for Coingecko Get O H L C V. |
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. |