Available as MCP tool:
crypto_snapshot — call directly from Claude / Cursor / any MCP client. See MCP Server for the 60-second setup.What it does for your agent
crypto_snapshot returns the current spot price for a single crypto pair plus its 24-hour change and volume. Use it as a pricing checkpoint mid-task — when an agent needs to verify current price levels, compare assets, or tag a market regime — without pulling the full klines history.
crypto_snapshot({ ticker }) → price, dayChange, dayChangePercent, volume24h, time. That’s it.
Response
Credits consumed (always
1).Account credits remaining.
200 OK · crypto_snapshot
Notes
Direct invocation
HTTP / SDK examples
HTTP / SDK examples
Full parameter reference
crypto_snapshot — request parameters
crypto_snapshot — request parameters
Trading pair in
BASE-QUOTE format. Examples: BTC-USD, ETH-USD, SOL-USD.Related
Crypto Historical Klines
OHLCV candles at
1h, 4h, 1d, or 1w intervals.Equity Snapshot
Same shape for US equities (different endpoint).