Pay-per-call API for perpetual futures market data across 30+ CEX and DEX venues: funding rates and cross-venue spreads, orderbook depth and slippage, open interest, basis and carry, and funding arbitrage signals.
Pay from $0.001 to $0.03 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 42m agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 286ms
- avg response
- 213ms
- total checks
- 70
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.001 to $0.03 (p15 in Data)
- price (min)
- $0.001
- price (max)
- $0.03
- category percentile (min)
- p15 in Data
- category percentile (max)
- p55 in Data
- endpoints / prices
- 10 / 5
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $1.98 30d · 17 buyers
- volume 30d
- $1.98
- buyers 30d
- 17
- settlements 30d
- 663
- last settlement
- 2026-07-21
- top buyer share
- 55% of 30d volume
- trend 7d vs 30d
- 0.32x the 30d daily rate
- networks
- eip155:8453
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedUsenami provides cryptocurrency derivatives market data including funding rates, orderbook information, and arbitrage data for perpetual futures.
- category
- crypto-derivatives-data
- in
- query params
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /v1/funding/current | $0.001 | Base | USDC | |
| GET | /v1/orderbook/multi-venue-execution | $0.01 | Base | USDC | |
| GET | /v1/orderbook/multi-venue-slippage | $0.005 | Base | USDC | |
| GET | /v1/perp/arbitrage/funding | $0.003 | Base | USDC | |
| GET | /v1/perp/arbitrage/funding-signal | $0.03 | Base | USDC | |
| GET | /v1/perp/arbitrage/price | $0.003 | Base | USDC | |
| GET | /v1/perp/funding-next | $0.003 | Base | USDC | |
| GET | /v1/perp/oi-delta | $0.003 | Base | USDC | |
| GET | /v1/perp/oracle-families | $0.001 | Base | USDC | |
| GET | /v1/perp/volume-history | $0.005 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /v1/funding/current returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://api.usenami.io/v1/funding/current'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x1538726707212F4dB3EB67cEc0910422A310475c",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.usenami.io/v1/funding/current",
"tags": [
"funding",
"perpetual",
"trading",
"multi-venue",
"market-data"
],
"iconUrl": "https://usenami.io/logo/usenami-arc.svg",
"mimeType": "application/json",
"description": "Current per-venue funding rates for a given symbol or all symbols",
"serviceName": "Usenami"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"symbol": {
"type": "string",
"description": "Filter by symbol (e.g. BTC-PERP). Omit for all."
}
}
},
"output": {
"type": "json",
"example": {
"rates": [
{
"rate": 0.0001,
"venue": "binance",
"next_funding_time": "2026-05-17T20:00:00Z"
},
{
"rate": 0.00015,
"venue": "hyperliquid",
"next_funding_time": "2026-05-17T20:00:00Z"
}
],
"symbol": "BTC-PERP"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string"
},
"method": {
"type": "string"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x1538726707212F4dB3EB67cEc0910422A310475c",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.usenami.io/v1/orderbook/multi-venue-execution",
"tags": [
"funding",
"perpetual",
"trading",
"multi-venue",
"market-data"
],
"iconUrl": "https://usenami.io/logo/usenami-arc.svg",
"mimeType": "application/json",
"description": "Greedy multi-venue route: walk venues in slippage order, allocate up to per-venue depth cap until size_usd filled. Returns route, total filled, blended slippage. NAIVE — excludes fees.",
"serviceName": "Usenami"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"ticker": {
"type": "string",
"description": "Base ticker. Required."
},
"size_usd": {
"enum": [
1000,
5000,
10000
],
"type": "integer",
"description": "Notional size. Default 10000."
}
}
},
"output": {
"type": "json",
"example": {
"route": [
{
"venue": "binance",
"best_ask": 104251,
"best_bid": 104250.5,
"slippage_bps": 1.2,
"allocated_usd": 10000,
"max_fillable_usd": 220000
}
],
"ticker": "BTC",
"size_usd": 10000,
"naive_note": "Excludes fees/funding/latency — baseline only.",
"venues_used": 1,
"unfilled_usd": 0,
"total_filled_usd": 10000,
"blended_slippage_bps": 1.2
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string"
},
"method": {
"type": "string"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x1538726707212F4dB3EB67cEc0910422A310475c",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.usenami.io/v1/orderbook/multi-venue-slippage",
"tags": [
"funding",
"perpetual",
"trading",
"multi-venue",
"market-data"
],
"iconUrl": "https://usenami.io/logo/usenami-arc.svg",
"mimeType": "application/json",
"description": "Per-venue slippage scan for a ticker at $1K/$5K/$10K notional. Returns all venues sorted by lowest slippage, with BBO + depth. Raw scan — no opinionated ranking.",
"serviceName": "Usenami"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"ticker": {
"type": "string",
"description": "Base ticker. Required."
},
"size_usd": {
"enum": [
1000,
5000,
10000
],
"type": "integer",
"description": "Notional size. Default 10000."
}
}
},
"output": {
"type": "json",
"example": {
"count": 2,
"ticker": "BTC",
"venues": [
{
"venue": "binance",
"best_ask": 104251,
"best_bid": 104250.5,
"spread_bps": 0.48,
"updated_at": "2026-05-31T17:00:00Z",
"slippage_bps": 1.2,
"ask_depth_usd": 220000,
"bid_depth_usd": 250000
},
{
"venue": "okx",
"best_ask": 104252.5,
"best_bid": 104248,
"spread_bps": 0.43,
"updated_at": "2026-05-31T17:00:00Z",
"slippage_bps": 1.8,
"ask_depth_usd": 195000,
"bid_depth_usd": 180000
}
],
"size_usd": 10000
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string"
},
"method": {
"type": "string"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x1538726707212F4dB3EB67cEc0910422A310475c",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.usenami.io/v1/perp/arbitrage/funding",
"tags": [
"funding",
"perpetual",
"trading",
"multi-venue",
"market-data"
],
"iconUrl": "https://usenami.io/logo/usenami-arc.svg",
"mimeType": "application/json",
"description": "Cross-venue funding-rate arbitrage scan — tickers where (max_rate - min_rate) exceeds threshold. Naive filter, no signal logic.",
"serviceName": "Usenami"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": {
"type": "integer",
"description": "Max results. Default 50, max 100."
},
"min_diff": {
"type": "number",
"description": "Absolute spread threshold. Default 0.0001."
}
}
},
"output": {
"type": "json",
"example": {
"count": 1,
"min_diff": 0.0001,
"opportunities": [
{
"spread": 0.0004,
"ticker": "BTC",
"max_rate": 0.0003,
"min_rate": -0.0001,
"max_venue": "binance",
"min_venue": "okx",
"spread_bps": 4,
"updated_at": "2026-05-26T17:03:12Z",
"venues_count": 18
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string"
},
"method": {
"type": "string"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x1538726707212F4dB3EB67cEc0910422A310475c",
"amount": "25000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.usenami.io/v1/perp/arbitrage/funding-signal",
"tags": [
"funding",
"perpetual",
"trading",
"multi-venue",
"market-data"
],
"iconUrl": "https://usenami.io/logo/usenami-arc.svg",
"mimeType": "application/json",
"description": "Decision-ready funding-arb SIGNAL — gross spread net of public round-trip taker fees, periods-to-breakeven, depth-sized max notional ($1k/$5k/$10k), ranked. Derived outcome, not a profit forecast.",
"serviceName": "Usenami"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": {
"type": "integer",
"description": "Max results. Default 50, max 100."
},
"min_diff": {
"type": "number",
"description": "Absolute funding spread threshold. Default 0.0001."
}
}
},
"output": {
"type": "json",
"example": {
"count": 1,
"methodology": "Gross funding spread minus round-trip taker fees, sized to on-book depth.",
"opportunities": [
{
"ticker": "BTC",
"long_venue": "okx",
"updated_at": "2026-06-17T17:03:12Z",
"depth_class": "deep",
"short_venue": "binance",
"signal_score": 8,
"venues_count": 18,
"max_notional_usd": 10000,
"entry_slippage_bps": 3.4,
"round_trip_fee_bps": 20,
"gross_funding_spread_bps": 8,
"funding_periods_to_breakeven": 2.5
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string"
},
"method": {
"type": "string"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x1538726707212F4dB3EB67cEc0910422A310475c",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.usenami.io/v1/perp/arbitrage/price",
"tags": [
"funding",
"perpetual",
"trading",
"multi-venue",
"market-data"
],
"iconUrl": "https://usenami.io/logo/usenami-arc.svg",
"mimeType": "application/json",
"description": "Cross-venue mark-price spread scan. Quoted spread is not net edge — excludes fees/slippage/funding diff.",
"serviceName": "Usenami"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": {
"type": "integer",
"description": "Max results. Default 50, max 100."
},
"min_diff_bps": {
"type": "number",
"description": "Threshold in bps. Default 10."
}
}
},
"output": {
"type": "json",
"example": {
"count": 1,
"min_diff_bps": 10,
"opportunities": [
{
"ticker": "DOGE",
"max_price": 0.0855,
"max_venue": "mexc",
"mid_price": 0.0853,
"min_price": 0.0851,
"min_venue": "binance",
"spread_bps": 46.89,
"updated_at": "2026-05-26T17:03:09Z",
"venues_count": 14
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string"
},
"method": {
"type": "string"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x1538726707212F4dB3EB67cEc0910422A310475c",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.usenami.io/v1/perp/funding-next",
"tags": [
"funding",
"perpetual",
"trading",
"multi-venue",
"market-data"
],
"iconUrl": "https://usenami.io/logo/usenami-arc.svg",
"mimeType": "application/json",
"description": "Next funding payment ETA + current rate as predicted size for a ticker/venue pair. Entry timing signal.",
"serviceName": "Usenami"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"venue": {
"type": "string",
"description": "Venue name (e.g. binance, hyperliquid). Required."
},
"ticker": {
"type": "string",
"description": "Base ticker (e.g. BTC, ETH). Required."
}
}
},
"output": {
"type": "json",
"example": {
"venue": "binance",
"ticker": "BTC",
"mark_price": 107234.5,
"updated_at": "2026-05-31T17:03:12Z",
"current_rate": 0.0001,
"next_funding_time": "2026-05-31T20:00:00Z",
"funding_interval_hours": 8
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string"
},
"method": {
"type": "string"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x1538726707212F4dB3EB67cEc0910422A310475c",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.usenami.io/v1/perp/oi-delta",
"tags": [
"funding",
"perpetual",
"trading",
"multi-venue",
"market-data"
],
"iconUrl": "https://usenami.io/logo/usenami-arc.svg",
"mimeType": "application/json",
"description": "Open-interest delta — current OI vs OI N hours ago for a ticker/venue. Accumulation/distribution signal.",
"serviceName": "Usenami"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"venue": {
"type": "string",
"description": "Venue name. Required."
},
"ticker": {
"type": "string",
"description": "Base ticker. Required."
},
"lookback_hours": {
"type": "integer",
"description": "Hours to look back. Default 24, max 168."
}
}
},
"output": {
"type": "json",
"example": {
"venue": "binance",
"ticker": "BTC",
"past_oi": 95012.5,
"past_ts": "2026-05-30T16:00:00Z",
"delta_pct": 3.83,
"current_oi": 98650.31,
"current_ts": "2026-05-31T16:00:00Z",
"lookback_hours": 24
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string"
},
"method": {
"type": "string"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x1538726707212F4dB3EB67cEc0910422A310475c",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.usenami.io/v1/perp/oracle-families",
"tags": [
"funding",
"perpetual",
"trading",
"multi-venue",
"market-data"
],
"iconUrl": "https://usenami.io/logo/usenami-arc.svg",
"mimeType": "application/json",
"description": "Oracle price-source family classification for 30+ perp venues — basis-risk awareness for cross-venue strategies",
"serviceName": "Usenami"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET"
},
"output": {
"type": "json",
"example": {
"families": [
{
"family": "cex_aggregated",
"method": "Weighted median of top CEX spot prices",
"venues": [
"binance",
"bybit",
"hyperliquid"
]
},
{
"family": "pyth_stork",
"method": "Decentralized oracle networks",
"venues": [
"paradex",
"lighter"
]
}
],
"total_venues": 28
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string"
},
"method": {
"type": "string"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x1538726707212F4dB3EB67cEc0910422A310475c",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.usenami.io/v1/perp/volume-history",
"tags": [
"funding",
"perpetual",
"trading",
"multi-venue",
"market-data"
],
"iconUrl": "https://usenami.io/logo/usenami-arc.svg",
"mimeType": "application/json",
"description": "Historical 24h-volume timeseries (1h/4h/1d) for a ticker/venue. 30-90d window cap.",
"serviceName": "Usenami"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"to": {
"type": "string",
"format": "date-time",
"description": "Default: now."
},
"aggr": {
"enum": [
"1h",
"4h",
"1d"
],
"type": "string",
"description": "Default 1h."
},
"from": {
"type": "string",
"format": "date-time",
"description": "Default: 7 days ago."
},
"venue": {
"type": "string",
"description": "Venue name. Required."
},
"ticker": {
"type": "string",
"description": "Base ticker. Required."
}
}
},
"output": {
"type": "json",
"example": {
"venue": "binance",
"ticker": "BTC",
"buckets": [
{
"value": 11029446855.42,
"venue": "binance",
"samples": 1,
"bucket_start": "2026-05-24T00:00:00Z"
}
],
"window_end": "2026-05-31T00:00:00Z",
"aggregation": "1h",
"window_start": "2026-05-24T00:00:00Z"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string"
},
"method": {
"type": "string"
}
}
}
}
}
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/usenami/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
Median across 10 endpoints. Use the selector to isolate one.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/usenami?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/usenami.svg" alt="Usenami listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/usenami?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/usenami?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/usenami.svg?data=uptime" alt="Usenami uptime on x402-list" height="28"> </a>