NewAlternative crypto datasets in CSV and API

Modern crypto intelligence, split for traders and builders.

Optiom brings together a graph terminal for trading decisions and an alternative data platform for API, CSV, research, and models.

Optiom graphs terminal — live BTC/USDT dashboard

Built for teams who need clean crypto data

BINANCEOKXBYBITDERIBITHYPERLIQUIDCOINBASE

By traders, for builders

Graphs when you trade. Raw data when you build.

Standardized JSON / CSV
Every crypto dataset is normalized across venues and available as API responses or flat CSV exports.
HTTP examples
Curl, fetch, and Python requests snippets for charts, research notebooks, alerts, and data pipelines.
Built for backtests
Historical candles, funding, liquidations, whale flows, sentiment, and venue-level metadata.
import requests

res = requests.get(
    "https://app.optiom.io/api/tradinghub/funding",
    params={"symbol": "BTCUSDT", "max_rows": 5000},
    timeout=15,
)
res.raise_for_status()

funding = res.json()
print(funding[:3])

1.2T+

Rows of data

50+

Venues indexed

99.9%

Pipeline uptime

CSV/API

Delivery modes

Two products, one platform

Choose how you consume Optiom.

Use the terminal visually, plug data into your application, or export alternative datasets straight to CSV.

Direct from the pipeline

No spreadsheet chaos. Just clean crypto data.

Optiom normalizes exchange data, derived market metrics, and alternative signals so you can consume one schema across the whole workflow.

REST and WebSocket
CSV exports in preview
Research snapshots in preview
Terminal alerts
1

Collect

Exchange feeds, on-chain movement, social and sentiment

2

Normalize

One symbol map, venue ids, timestamps, and typed schemas

3

Deliver

Terminal, REST, WebSocket, CSV, scheduled exports

What will you build with Optiom?

Start visually in the terminal, then move the same signals into API calls, CSV exports, notebooks, and production systems.