Skip to Content

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

Route family
GET /v1/market/*
Auth header
Authorization: Bearer {API_KEY}
Surfaces
rest, mcp, skill
Chain focus
EVM family primary

MCP and skill handles map to the same hosted read contract.

Canonical market reads

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