$0.003
per call · USD Coin on Base
Omni Terminal compares current Hyperliquid 1h funding with mechanical 8h, 1d and APR projections, open interest, volume, premium, and mark-oracle basis for one perpetual market.
Endpoint
GET https://omniterminal.app/api/x402/v1/market-carry/:symbol15
Calls / 30d
3
Unique payers / 30d
Sep 5
Last called
exact
Payment scheme
Call this service
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://omniterminal.app/api/x402/v1/market-carry/:symbol", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://omniterminal.app/api/x402/v1/market-carry/:symbol" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"canonical_symbol": "hyperliquid:BTC:USDC:perp",
"carry": {
"annualization_method": "simple_current_hourly_rate_x_8760",
"funding_annualized_pct": 10.95,
"funding_apr_pct": 10.95,
"funding_direction": "longs_pay_shorts",
"funding_rate_1d": 0.0003,
"funding_rate_8h": 0.0001,
"funding_rate_per_hour": 0.0000125,
"premium": -0.0002979165,
"projection_basis": "current_hourly_rate_mechanical_projection",
"settlement_interval": "1h"
},
"data_as_of": "2026-07-28T11:59:55.000Z",
"dex": "main",
"freshness": {
"age_seconds": 5,
"data_as_of": "2026-07-28T11:59:55.000Z",
"max_age_seconds": 120,
"status": "fresh"
},
"generated_at": "2026-07-28T12:00:00.000Z",
"market_type": "perp",
"positioning": {
"day_base_volume": 35060.91552,
"day_notional_volume_usd": 2255876954.93,
"open_interest_base": 36639.5983,
"open_interest_usd": 2324264117.62
},
"prices": {
"mark": 63440.5,
"mark_oracle_basis_bps": 0,
"midpoint": 63440.5,
"oracle": 63440.5,
"previous_day": 65087,
"price_change_24h_pct": -2.5297
},
"product_version": "v1",
"quote": "USDC",
"schema": "hyperliquid_market_carry.v1",
"service": "omni.hyperliquid_market_carry",
"symbol": "BTC",
"usage": {
"current_snapshot_only": true,
"historical_series_included": false
},
"venue": "hyperliquid"
}Payment details
0x733f40a4fa0cd13d59abade04b9ed2e9acac6457USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from Omni Terminal & similar services
Omni Terminal · Market Risk
omniterminal.app
Omni Terminal assesses one Hyperliquid market before entering, sizing, or reducing a position using all published mark-anchored liquidation levels, explicit flow direction, margin stress, current funding/carry, and enriched AI news.
Omni Terminal · News
omniterminal.app
Omni Terminal delivers fresh, deduplicated market-moving news and catalyst context across equities, crypto, macro, and forex for AI trading agents.
Omni Terminal · News
omniterminal.app
Omni Terminal delivers fresh, deduplicated crypto AI news and market-moving events for an allowlisted symbol, with catalyst summaries, sentiment, impact, confidence, affected tickers, market context, and freshness for trading agents.