Market API
Use Market API when you want one hosted read surface for price, asset identity, market context, and short-range OHLCV without stitching together multiple provider APIs.
Access
Endpoint source
Route family
GET /v1/market/*Auth header
Authorization: Bearer {API_KEY}Surfaces
rest, mcp, skillChain focus
EVM family primaryMCP and skill handles map to the same hosted read contract.
Canonical market reads
- Get asset profile: read canonical identity and metadata for one asset.
- Get market profile: read canonical market context for one supported instrument.
- Get price snapshot: read the latest normalized price state for one market.
- Get OHLCV window: read compact short-range OHLCV data for one market.
Try the default read
Try send
Try price snapshot
Send one direct browser request to the current hosted gateway base URL so the real network request is visible in devtools. The API key is only stored locally when you provide one.
Where to start
- Market HTTP overview: open the canonical read-tree overview.
- Get API Key: create one API key first, then reuse it across every hosted surface.
- Use HTTP: use one hosted HTTP request with the
published endpoint from
nodes. - Use MCP: use the hosted tool path if your runtime already speaks tool calls.
Last updated on