O

Openverbs · DEX Aggregators

by Openverbs

POSTBase

$0.001

per call · USD Coin on Base

DEX aggregator trading volume: total 24h/7d/30d USD volume with 1d/7d change, plus the top aggregators (1inch, CowSwap, Jupiter, etc.) by 24h volume. Optional chain filter scopes the totals and ranking to one chain.

Endpoint

POST https://crypto.openverbs.com/v1/dex-aggregators

1

Calls / 30d

1

Unique payers / 30d

Sep 10

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://crypto.openverbs.com/v1/dex-aggregators", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "chain": "example",
    "limit": 1
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://crypto.openverbs.com/v1/dex-aggregators" \
  -H "Content-Type: application/json" \
  -d '{"chain":"example","limit":1}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "aggregators": [
    {
      "category": "Aggregators",
      "chains": [
        "Ethereum",
        "Arbitrum",
        "Base"
      ],
      "change1dPct": 3.1,
      "name": "1inch",
      "volume24hUsd": 312456789,
      "volume7dUsd": 2100000000
    }
  ],
  "chain": null,
  "change1dPct": 4.21,
  "change7dPct": -8.13,
  "count": 18,
  "source": "defillama",
  "stale": false,
  "total24hUsd": 892345678.12,
  "total30dUsd": 27891234567.9,
  "total7dUsd": 6123456789.55
}

Payment details

Pay to0xb3f4de103f34b99f0da19b4f16d6b53a14c2194a
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Openverbs & similar services