U

Usenami · Orderbook Multi Venue Slippage

by Usenami

GETBase

$0.005

per call · USD Coin on Base

Per-venue slippage scan for one crypto perpetual at $1K/$5K/$10K notional, across tracked CEX and DEX venues — every venue sorted by lowest slippage, with BBO and depth. Raw scan, no opinionated ranking: where a given size is cheapest to execute.

Endpoint

GET https://api.usenami.io/v1/orderbook/multi-venue-slippage

5

Calls / 30d

2

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://api.usenami.io/v1/orderbook/multi-venue-slippage", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.usenami.io/v1/orderbook/multi-venue-slippage?size_usd=%5Bobject+Object%5D&ticker=%5Bobject+Object%5D" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 2,
  "size_usd": 10000,
  "ticker": "BTC",
  "venues": [
    {
      "ask_depth_usd": 220000,
      "best_ask": 104251,
      "best_bid": 104250.5,
      "bid_depth_usd": 250000,
      "slippage_bps": 1.2,
      "spread_bps": 0.48,
      "updated_at": "2026-05-31T17:00:00Z",
      "venue": "binance"
    },
    {
      "ask_depth_usd": 195000,
      "best_ask": 104252.5,
      "best_bid": 104248,
      "bid_depth_usd": 180000,
      "slippage_bps": 1.8,
      "spread_bps": 0.43,
      "updated_at": "2026-05-31T17:00:00Z",
      "venue": "okx"
    }
  ]
}

Payment details

Pay to0x1538726707212f4db3eb67cec0910422a310475c
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 Usenami & similar services