Doormat Capital Lighter perp snapshot: top markets by 24h volume, funding rate per market,
Doormat Capital Lighter perp snapshot: top markets by 24h volume, funding rate per market, cross-exchange funding spread vs Lighter.
50000 (raw units)
price
—
calls / 30d
—
unique payers
2026-09-20
updated
Provider
signals.sebastiaan-ba3.workers.dev · verified
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "base",
"payTo": "0x202B73254C28fA012BD11ff50425D94534b95594",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 60
}
]Use it
curl
curl "https://signals.sebastiaan-ba3.workers.dev/funding" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://signals.sebastiaan-ba3.workers.dev/funding");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://signals.sebastiaan-ba3.workers.dev/funding")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/15690.json, and this resource appears in /discovery/resources and /discovery/search.