X

X402stock · Hip3 Dexs

by X402stock

GETBase

$0.01

per call · USD Coin on Base

List every permissionless builder-deployed perp DEX on Hyperliquid (HIP-3). Each lists synthetic, oracle-priced 24/7 perp markets — US equities, commodities (gold, oil, copper), FX, and global index perps — that Hyperliquid's core perps and US-only stock feeds don't carry. Returns each DEX's id, name, deployer, and market count. Then read a DEX's markets at /api/v1/hip3/{dex}. From x402stock

Endpoint

GET https://x402stock.xyz/api/v1/hip3/dexs

2

Calls / 30d

2

Unique payers / 30d

Aug 30

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://x402stock.xyz/api/v1/hip3/dexs", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://x402stock.xyz/api/v1/hip3/dexs" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "as_of": "2026-07-20T00:00:00.000Z",
  "count": 2,
  "dexs": [
    {
      "deployer": "0x88806a71d74ad0a510b350545c9ae490912f0888",
      "dex": "xyz",
      "fee_recipient": "0x9cd0a696c7cbb9d44de99268194cb08e5684e5fe",
      "market_count": 102,
      "name": "XYZ"
    },
    {
      "deployer": "0x2fab552502a6d45920d5741a2f3ebf4c35536352",
      "dex": "flx",
      "fee_recipient": "0x2fab552502a6d45920d5741a2f3ebf4c35536352",
      "market_count": 15,
      "name": "Felix Exchange"
    }
  ],
  "market_type": "synthetic_perp",
  "note": "Permissionless builder-deployed perp DEXs on Hyperliquid (HIP-3). Each lists synthetic, oracle-priced perp markets — US equities, commodities, FX, and global indices — that trade 24/7 as a proxy for the underlying and carry funding. Excludes Hyperliquid's own core perp DEX (see /api/v1/perps). Fetch a DEX's markets at /api/v1/hip3/{dex}.",
  "source": "x402stock",
  "standard": "HIP-3",
  "venue": "hyperliquid"
}

Payment details

Pay to0x3070fbb3803819fb5bdfe9286fdc6325a877fa85
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from X402stock & similar services