market-snapshotFetch stable JSON market data including price, liquidity, and volume for one or more tokens using Jupiter-backed sources.
Install via ClawdBot CLI:
clawdbot install nicholasoxford/market-snapshotThis skill is designed for OpenClaw/ClawHub bots that need a fast, low-friction market snapshot.
/skills/market-snapshot) with one or more token queries.When the user asks for prices, market snapshots, token metadata, or "what is X doing", run a snapshot.
Input formats supported:
SOL, USDC, JUPsolana, jupiterSo11111111111111111111111111111111111111112If multiple tokens are provided, resolve all of them and return a combined snapshot.
https://app.vecstack.com/api/skills/market-snapshot?q=&source=openclaw Examples (copy/paste):
https://app.vecstack.com/api/skills/market-snapshot?q=SOL&source=openclawhttps://app.vecstack.com/api/skills/market-snapshot?q=SOL,USDC,JUP&source=openclawNotes:
web_fetch caches by URL. If the user explicitly needs "fresh right now" data, append a cache-buster query param like &_t= to the URL.null fields and include an entry in warnings/errors.Return a single JSON object with this shape:
{
"as_of_unix": 0,
"provider": "jupiter",
"inputs": ["SOL", "USDC"],
"tokens": [
{
"query": "SOL",
"mint": "So11111111111111111111111111111111111111112",
"symbol": "SOL",
"name": "Wrapped SOL",
"decimals": 9,
"verified": true,
"tags": [],
"liquidity_usd": null,
"mcap_usd": null,
"fdv_usd": null,
"usd_price": null,
"price_change_24h_pct": null,
"stats": {
"5m": {
"price_change_pct": null,
"volume_usd": null,
"buy_volume_usd": null,
"sell_volume_usd": null
},
"1h": {
"price_change_pct": null,
"volume_usd": null,
"buy_volume_usd": null,
"sell_volume_usd": null
},
"24h": {
"price_change_pct": null,
"volume_usd": null,
"buy_volume_usd": null,
"sell_volume_usd": null
}
},
"sources": {
"token_search_url": null,
"price_url": null
}
}
],
"warnings": [],
"errors": []
}
Field rules:
as_of_unix: set to current Unix time when you finish assembling the response.liquidity_usd, mcap_usd, fdv_usd, and stats.* are populated from Tokens V2 search when present.usd_price and price_change_24h_pct are populated from Price V3 when present.warnings: non-fatal issues (missing price, ambiguous match, rate limits, etc).errors: fatal issues that prevented a snapshot (e.g., all sources failed).web_fetch tool for the endpoint, using extractMode=text so the body stays parseable as JSON.web_fetch returns non-JSON content, retry once with a cache-buster (append &_t=).Generated Mar 1, 2026
Financial advisors or individual investors use this skill to monitor token prices and market movements in real-time, integrating it into dashboards that display portfolio values and performance metrics. It enables quick decision-making by providing stable JSON data for automated alerts or visualizations.
Developers embed this skill into automated trading bots to fetch market snapshots for tokens like SOL or USDC, using the data to trigger buy/sell orders based on price changes or volume thresholds. The low-friction API ensures fast, reliable data without wallet management overhead.
Analysts and researchers utilize this skill to gather token metadata, liquidity, and price trends for reports or comparisons across multiple assets. It supports input formats like symbols or mints, making it easy to compile data for due diligence or market studies.
Decentralized finance platforms integrate this skill to provide users with up-to-date token information, such as USD prices and 24-hour changes, within lending or staking interfaces. The stable JSON output allows seamless parsing for displaying real-time market conditions.
Content creators and educators use this skill to fetch current market data for tutorials, articles, or videos explaining cryptocurrency concepts. It helps illustrate token behaviors with accurate, Jupiter-backed data without requiring complex setup or private key handling.
Offer tiered subscription plans for accessing the market snapshot API, with higher tiers providing increased rate limits, priority support, or additional data fields. Revenue is generated through monthly or annual fees from developers and businesses integrating the skill.
License the skill's technology to other companies, such as fintech startups or trading platforms, allowing them to rebrand and embed the market data into their own products. Revenue comes from one-time licensing fees or ongoing royalties based on usage volume.
Provide free basic access to the market snapshot skill to attract users, then monetize through premium features like historical data analysis, advanced alerts, or custom integrations. Revenue is driven by upsells to paid plans and enterprise contracts.
💬 Integration Tip
Use the web_fetch tool with extractMode=text for reliable JSON parsing, and append a cache-buster parameter like &_t=<unix> when fresh data is required to avoid cached responses.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Query Polymarket prediction markets - check odds, trending markets, search events, track prices and momentum. Includes watchlist alerts, resolution calendar,...