
Covers 1inch Web3 Trading Analytics
Description
Fetch spot token prices, gas prices, and price charts via the 1inch MCP `product_api` tool. Use when the user asks for token price, USD price, gas price, or candle/chart data.
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.
Example prompts
- "What's the USD price of this token on Ethereum?"
- "Current gas price on Base"
- "Show a 1d price chart for WETH"
More skills from the 1inch-ai repository
View all 9 skillsSkillTagsUpdated
1inch-aqua
analyze 1inch Aqua liquidity and strategies
Aug 21inchAnalyticsDeFiLiquidity1inch-debug
debug 1inch API request logs
Aug 21inchAPI DevelopmentDebuggingLogs1inch-infrastructure
broadcast transactions and resolve domains
Aug 21inchDomainsInfrastructureWeb31inch-mcp-server
integrate 1inch DeFi protocols via MCP
Aug 21inchAPI DevelopmentDeFiMCP +11inch-orderbook
manage 1inch limit orders
Aug 21inchDeFiTradingWeb31inch-swap
execute token swaps via 1inch
Aug 21inchDeFiEthereumTrading +1