Skip to content
GET /v1/bitcoin

All spot Bitcoin ETFs ranked by volume + aggregate

Try it live

10 free calls per day — no sign-up, no API key. Goes through the oanor gateway.

Custom headers (optional)
api.oanor.com/cryptoetf-api

It works. Grab an API key and use it in your project.

Get an API key

Code snippets

curl "https://api.oanor.com/cryptoetf-api/v1/bitcoin" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/cryptoetf-api/v1/bitcoin", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/cryptoetf-api/v1/bitcoin");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/cryptoetf-api/v1/bitcoin",
    headers={"x-oanor-key": "oanor_test_..."}
)

Example response

A real response from this endpoint, captured by the latest health check.

{
    "data": {
        "etfs": [
            {
                "name": "iShares Bitcoin Trust ETF",
                "price": 36.05,
                "ticker": "IBIT",
                "volume": 29891545,
                "day_low": 35.67,
                "currency": "USD",
                "day_high": 36.48,
                "change_pct": 2.75,
                "prev_close": 35.08
            },
            {
                "name": "Fidelity Wise Origin Bitcoin Fu",
                "price": 55.38,
                "ticker": "FBTC",
                "volume": 2998088,
                "day_low": 54.82,
                "currency": "USD",
                "day_high": 56.03,
                "change_pct": 2.78,
                "prev_close": 53.88
            },
            {
                "name": "Grayscale Bitcoin Trust (BTC)",
                "price": 49.36,
                "ticker": "GBTC",
                "volume": 2078433,
                "day_low": 48.87,
                "currency": "USD",
                "day_high": 49.95,
                "change_pct": 2.79,
                "prev_close": 48.02
            },
            {
                "name": "Bitwise Bitcoin ETF",
                "price": 34.53,
                "ticker": "BITB",
                "volume": 1896971,
                "day_low": 34.19,
                "currency": "USD",
                "day_high": 34.94,
                "change_pct": 2.74,
                "prev_close": 33.61
            },
            {
                "name": "Grayscale Bitcoin Mini Trust (B",
                "price": 28.14,
                "ticker": "BTC",
                "volume": 1557703,
                "day_low": 27.85,
                "currency": "USD",
                "day_high": 28.47,
                "change_pct": 2.78,
                "prev_close": 27.38
            },
            {
                "name": "ARK 21Shares Bitcoin ETF",
                "price": 21.1,
                "ticker": "ARKB",
                "volume": 1512590,
                "day_low": 20.89,
                "currency": "USD",
                "day_high": 21.35,
                "change_pct": 2.83,
                "prev_close": 20.52
            },
            {
                "name": "VanEck Bitcoin Trust",
                "price": 17.99,
                "ticker": "HODL",
                "volume": 1230893,
                "day_low": 17.81,
                "currency": "USD",
                "day_high": 18.2,
                "change_pct": 2.8,
                "prev_close": 17.5
            },
            {
                "name": "Coinshares Bitcoin ETF",
                "price": 17.97,
                "ticker": "BRRR",
                "volume": 171636,
                "day_low": 17.79,
                "currency": "USD",
                "day_high": 18.14,
                "change_pct": 2.95,
                "prev_close": 17.45
            },
            {
                "name": "Franklin Templeton Digital Hold",
                "price": 
…