Live perpetual-futures funding rates from Hyperliquid
Live perpetual-futures funding rates from Hyperliquid: per-coin funding rate, mark price, and open interest. Query: coins (optional comma list, e.g. BTC,ETH,SOL), limit (default 20, ranked by absolute funding). Use to monitor funding, hunt basis trades, and time entries. Real-time, keyless.
Asked 1.2x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
942 msmedian answer time
$0.004listed price per call
$0.005price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://x402.shizu.me/funding
| Category | Market data |
|---|---|
| Provider host | x402.shizu.me |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 9 from 7 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.005 | 942 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"coins": "BTC,ETH"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"const": "GET"
},
"queryParams": {
"properties": {
"coins": {
"type": "string"
}
},
"required": [
"coins"
],
"type": "object"
}
},
"required": [
"method"
],
"type": "object"
}
}
}