U

Up · Agent Venues

by Up

GETBase

$0.001

per call · USD Coin on Base

Hyperliquid execution quality measured on our own orders: slippage vs mid (p50/p90 bps), taker fee actually paid, wall-clock to fill, fill rate — for perps and xyz tokenized equities — plus a liquidity snapshot (spread, round-trip cost, depth within 1%, funding APR) for the 25 deepest assets. Thousands of real IOC fills, refreshed continuously.

Endpoint

GET https://vaunt-dispatch-production.up.railway.app/agent/x402/venues

3

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://vaunt-dispatch-production.up.railway.app/agent/x402/venues", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://vaunt-dispatch-production.up.railway.app/agent/x402/venues" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "dataset": "vaunt.venues.execution",
  "execution": {
    "hyperliquid:perp": {
      "assets": 166,
      "days": 68,
      "fill_rate_pct": 100,
      "fills": 2917,
      "latency_ms_p50": 1400,
      "slippage_bps_p50": 1.7,
      "slippage_bps_p90": 7.9,
      "taker_fee_bps_mean": 4.5
    },
    "hyperliquid:xyz": {
      "assets": 89,
      "fills": 1333,
      "slippage_bps_p50": 1.3,
      "slippage_bps_p90": 1.9
    }
  },
  "liquidity_snapshot_hyperliquid": [
    {
      "asset": "BTC",
      "depth_within_1pct_usd": 41000000,
      "funding_apr_pct": 8.7,
      "perp_spread_pct": 0.01,
      "round_trip_cost_pct": 0.1
    }
  ]
}

Payment details

Pay to0xf4b1093a9498523e18c484989df5157012abb85f
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Up & similar services