Zephiel API

Crypto Market Data

Free tier

Prices, order books, and on-chain metrics across 400 exchanges.

4.712 reviewsby Zephiel Labs30k subscribers
cryptoexchangesorder bookon-chainwebsocket

Starts at

$32/mo

Choose a plan

Create a free account to subscribe.

Latency
47ms
Uptime
99.98%
Endpoints
4

About this API

Aggregated spot and derivatives pricing for more than 12,000 assets, with normalized order books, funding rates, open interest, and on-chain fundamentals delivered over REST and WebSocket.

Common use cases

Trading bots
Portfolio trackers
Risk monitoring
Research dashboards

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/crypto-data/price" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "pair": "BTC/USD",
  "price": 94218.44,
  "change_24h_pct": -1.82,
  "volume_24h": 28419283441,
  "exchanges_used": 37
}

Related APIs in Finance & Currency