Getting started

CryptoGrind API

The market-event layer for crypto and tokenized finance, as a machine-readable feed. Spread, splash, funding, price and metadata endpoints over REST + WebSocket — for bots, quant research and AI agents.

Early access

The API is built and in final deployment — keys, billing and the public gateway route are being wired now. Endpoints, response shapes and tiers below are stable; the base URL is finalized at launch. Request access →

Overview

Every event the dashboards show is available here, curated and uniform. The five families share one shape — recent (in-memory, filterable), history (durable, keyset-paginated) and live (filtered WebSocket) — so you learn it once.

Payloads are curated derived events: an allowlist of fields, no raw quote redistribution, no advice-flavored fields, no detector internals. Every response carries a per-consumer trace watermark.

Endpoint families

Base URL

All requests go through the CryptoGrind gateway:

text
https://api.cryptogrindtrade.com/v1

WebSocket endpoints use the same host with the wss:// scheme. Continue to Quickstart to make your first call, or Authentication for key setup.