Skip to main content
The Coinversa Pulse REST API exposes everything the MCP server uses and more — 110+ endpoints covering trader analytics, builder analytics, market data, live risk, HIP-4 outcomes, entity resolution, and the cross-market asset registry. Base URL: https://api.coinversa.ai/api/public/v1 Auth: X-API-Key header on every request — see authentication Spec: https://api.coinversa.ai/openapi.json (OpenAPI 3.1) The reference pages in the sidebar are auto-generated from the spec. Every endpoint has parameter docs, response schemas, and a “Try it” panel that issues live requests against production using your key.

Endpoint families

The spec has no tags yet, so the sidebar renders one flat list — these are the families you’ll find in it:
  • Pulse — historical trader and cohort analytics; the rich endpoints (/pulse/*), including the Daily Pulse editions (/pulse/daily/*).
  • Builders — the builder-code economy: ledger-exact revenue, attributed flow, retention, overlap (/builders/*, /trader/{address}/builders). Start from the endpoint guide.
  • Live — near-real-time market and risk (/live/*).
  • Market — direct Hyperliquid passthroughs for mark price, OI, orderbook, candles (/market/*).
  • Assets — canonical cross-market taxonomy (/assets/*).
  • HIP-4 — outcome contract discovery, settlements, perp-position context (/hip4/*).
  • Entities & exchange — owner-level resolution (/entity/*, /entities/*) and exchange-wide aggregates (/exchange/*).
  • Utility — plan introspection (/plan) and the chain-verification stamp (/census/stamp).

Conventions

  • Success responses return the resource body directly. Errors are JSON problem detailstitle, status, detail, and a machine-matchable code (plus current_tier / required_tier / upgrade_url on tier gates). See error responses.
  • Timestamps are unix milliseconds unless explicitly noted as ISO strings.
  • Numeric fields are JSON numbers (be aware of float precision on large notionals — most are within JS-safe-integer range).
  • Pagination uses limit + offset or cursor-style since / until depending on the endpoint.

Tier requirements

Every endpoint requires an API key; each is gated at Free, Starter, or Pro — the full matrix is in Tiers. A 403 carries code: "TIER_GATE" with required_tier and an upgrade_url, so agents can explain exactly what a request needs.

Stability

The public API surface is considered stable. Breaking changes are versioned (v1v2); additive changes (new endpoints, new fields) ship without version bumps. The MCP server, by contrast, evolves its tool catalog more aggressively — see github.com/Coinversaa/mcp-server/releases.