FortiSwap · Router Volume

by FortiSwap

GETBaseSolana

$0.01

per call · USD Coin on Base

Daily on-chain FortiBlox Router swap volume on X1 (UTC buckets, USD totals, fee totals, distinct users per day) from FortiBlox's own indexer, plus the FORTI usage-gate verdict. Use for X1 DEX activity analytics; query param days (1-365, default 90).

Endpoint

GET https://app.fortiblox.com/api/router/volume

4

Calls / 30d

3

Unique payers / 30d

Sep 9

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://app.fortiblox.com/api/router/volume", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://app.fortiblox.com/api/router/volume?days=30" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "buckets": [
    {
      "date": "2026-08-22",
      "feeUsd": 0.0059,
      "pricedShare": 1,
      "txCount": 13,
      "uniqueUsers": 2,
      "volumeUsd": 2.36
    }
  ],
  "days": 30,
  "from": "2026-07-24",
  "gate": {
    "daysAboveThreshold": 0,
    "evaluatedThrough": "2026-08-21",
    "qualifies": false,
    "streak": 0,
    "thresholdUsdPerDay": 1000000,
    "windowDays": 90
  },
  "ok": true,
  "to": "2026-08-22",
  "totals": {
    "feeUsd": 0.5036,
    "pricedShare": 1,
    "txCount": 35,
    "volumeUsd": 201.43
  },
  "updatedAt": 1787411990774
}

Payment details

Pay to0x581ab190df2b2932175d987e787acd28a85eaa1c
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

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

Get featured →

More from FortiSwap & similar services