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.
Example prompts
- "What's the USD price of this token on Ethereum?"
- "Current gas price on Base"
- "Show a 1d price chart for WETH"