Crypto Vision

The open cryptocurrency data API.

Prices, OHLCV, DeFi TVL, yields, on-chain analytics and news across thousands of tokens. The core REST endpoints are free and need no API key. Individual data points can be bought for a fraction of a cent, settled in USDC over the x402 protocol, so an autonomous agent can pay for exactly the one number it needs.

Live right now

These numbers are fetched from the API by your browser as this page loads. No cached values, no fixtures.

Total market cap
loading
24h volume
loading
BTC dominance
loading
Fear & Greed
loading

Quickstart

No signup, no key. Every command below is real and runs as written.

# Global market state
curl https://three.ws/api/coin/global

# Fear and Greed index
curl https://three.ws/api/coin/fear-greed

# Top coins by market cap
curl "https://three.ws/api/coin/markets?per_page=10"

# DeFi protocols ranked by TVL
curl https://three.ws/api/defi/protocols

Endpoints

The free tier covers the data most applications need. All responses are JSON and CORS is open, so you can call them straight from a browser.

EndpointReturnsPrice
/api/coin/globalMarket cap, volume, dominanceFree
/api/coin/marketsRanked coins with price and volumeFree
/api/coin/trendingTrending tokensFree
/api/coin/fear-greedSentiment indexFree
/api/defi/protocolsProtocols ranked by TVLFree
/api/defi/yieldsYield pools with APYFree
/api/defi/stablecoinsStablecoin supply and pegFree
/api/intel/heatmapMarket heatmapFree

Buy a single number

Every metric is also addressable on its own. Ask for one field, pay for one field. Each call returns a signed, machine-readable answer and settles in USDC over x402, so an agent can buy data with no account, no key and no invoice.

# Ask without paying: the endpoint replies 402 with its price and payment terms
curl -i https://three.ws/api/x402/d/coin/bitcoin/price

# Other data points, same shape
#   /api/x402/d/coin/<id>/<metric>      price, market-cap, volume-24h, change-24h, ...
#   /api/x402/d/protocol/<slug>/tvl
#   /api/x402/d/chain/<name>/tvl
#   /api/x402/d/gas/standard
#   /api/x402/d/fear-greed/index

Over 4,000 of these data points are published in the x402 discovery document, priced at $0.0005 per call. Any x402 client can find and pay them automatically.