1inch-market-data
Installation
SKILL.md
Market Data (product_api)
Call the authenticated tool product_api with the recipes in references/RECIPES.md.
Prefer these intents
| User ask | Call |
|---|---|
| Token price (USD) | Spot Price — always set currency=USD unless native WEI is requested |
| Current gas | Gas Price — GET /gas-price/v1.6/{chainId} |
| Candles / chart | Charts — confirm exact path via search if unsure |
Critical gotcha
Spot Price returns native token WEI unless you pass currency (e.g. USD).
Fallback
If a path 404s, read file://1inch-mcp/guides/api-index or call search, then retry.