Serialized Data is a clean API inspired by what worked at Mobula - not a clone. This guide maps every Mobula endpoint to its Serialized equivalent, field by field where shapes differ. Feed it to your coding agent, or follow it by hand. Base URL:https://api.serialized.trade(pilots: ask us). Auth: same convention as Mobula - raw API key in theAuthorizationheader.
Conventions that differ (once, globally)
Endpoint map
Streams (WebSocket)
One endpoint, one protocol:wss://api.serialized.trade/v1/stream - auth as the
first frame, then additive subscriptions (each with its own client-chosen id,
explicit acks, per-id unsubscribe - no more replace-on-subscribe). Event payloads
are the same shapes as our REST endpoints, so a migrated REST parser handles
stream events for free.
Billing: 1 credit per connection-minute (no per-message cost). Limits
per key: 5 connections, 20 subscriptions/connection, 50 tracked tokens/pools.
Ask us to raise them.