C

Cryptoetfsentinel · Pipeline Deltas

by Cryptoetfsentinel

GETBaseSolana

$0.1

per call · USD Coin on Base

Crypto ETF Sentinel — Week-over-week pipeline delta for US spot crypto ETFs: change in stage counts, filings-7d and under-review count vs a prior daily snapshot (days_back, default 7, max 90). Use when you want the net movement of the crypto ETF pipeline since your last check rather than a full snapshot. Returns 404 (no charge) when no snapshot exists.

Endpoint

GET https://api.cryptoetfsentinel.com/v1/pipeline/deltas

3

Calls / 30d

1

Unique payers / 30d

Sep 6

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.cryptoetfsentinel.com/v1/pipeline/deltas", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.cryptoetfsentinel.com/v1/pipeline/deltas?days_back=7" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "at_risk_delta": -1,
    "comparison_date": "2026-05-06",
    "filings_7d_delta": 3,
    "likely_delta": 0,
    "now_trading_delta": 1,
    "pipeline_active_delta": -1,
    "stage_deltas": {
      "trading": 1,
      "under_review": -2
    },
    "unclear_delta": 0,
    "under_review_delta": -2
  },
  "meta": {
    "total": null
  }
}

Payment details

Pay to0x169bf49c6ee5a179190121ab8d180b50e31683d1
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Cryptoetfsentinel & similar services