Skip to main content
The OceanX Developer API lets you track Solana wallets, quote swaps, read live market context, and receive the same data and live feed the OceanX app itself uses — programmatically. v1 covers wallet tracking, spot quotes, token charts, and the read-only Market Lighthouse activity frame.
The API is currently in beta and free to use while in beta.

Base URL

Use the www. host directly — the apex oceanx.trade issues a 307 redirect, and some HTTP clients drop the Authorization header across a cross-host redirect. All endpoints are under /api/v1. Responses are JSON. CORS is open (Access-Control-Allow-Origin: *), but your API key is a secret — call the API from a server or trusted backend, never expose the key in a public browser app.

What you can do with v1

Track wallets

Add, list and remove Solana wallets from your tracker.

Read tracker state

Pull your groups, wallets and status in one snapshot.

Recent trades

Fetch the most recent normalized trades across tracked wallets.

Realtime WebSocket

Stream live trade, balance and PnL frames as they happen.

Quote a swap

Price, route and impact for a size, off our own router.

Check an exit

Can a whole position leave, and at what price?

Chart a token

OHLCV candles from 1s to 1 month, on Solana and eight EVM chains.

Read market activity

DEX and launchpad volume, traders, launches and migrations by window.

Quickstart

1

Create an API key

In the OceanX app, go to Settings → Developer API (also reachable from the account menu → Developer API) and create a new key. The key is shown once — store it securely.
2

Make your first request

3

Track a wallet

4

Open a realtime session

See the Realtime feed guide to stream live updates over WebSocket.