Coingecko Get O H L C V
coingecko_getOHLCVRetrieve open, high, low, close, and volume data for a token from CoinGecko. Provides market price chart data for advisory context in token analysis.
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. |