> ## Documentation Index
> Fetch the complete documentation index at: https://docs.serialized.trade/llms.txt
> Use this file to discover all available pages before exploring further.

# Serialized Data API

> On-chain data for trading apps - tokens, candles, token filters. Built on our own indexers. 18 EVM chains + Solana, live.

On-chain data for trading apps - tokens, candles, token filters. Built on our own indexers. 18 EVM chains + Solana, live.

Serialized runs the data pipeline behind some of the largest onchain trading platforms: Based, Axiom, GMGN and Cove. This API exposes that same pipeline directly: token snapshots, prices, candles, trades, launchpad lifecycles and security signals, computed in real time from the event streams of the chains themselves, on indexers we build and operate, across 18 EVM chains and Solana.

**Base URL** : `https://api.serialized.trade`

<Info>API access is by request: we work directly with every platform we serve, custom integrations included, so keys are issued in conversation. Reach out and we will set you up.</Info>

## Where to start

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/authentication">One header, same convention as Mobula.</Card>
  <Card title="Conventions" icon="ruler" href="/conventions">Envelope, chain ids, null semantics.</Card>
  <Card title="Token Details" icon="coin" href="/endpoints/token-details">The core token snapshot.</Card>
  <Card title="Token Filters" icon="bolt" href="/endpoints/pulse">Launchpad lifecycle feeds.</Card>
  <Card title="Streams (WebSocket)" icon="tower-broadcast" href="/streams/overview">Live trades, candles and token filter views, pushed.</Card>
</CardGroup>
