$0.01
per call · USDC on Base Sepolia
Hyperliquid perpetual market data for AI agents — returns mark price, oracle price, funding, open interest, and best bid/ask for any listed perpetual asset.
Endpoint
GET https://hyperliquid-x402.rajdeep-dutta-in.workers.dev/market16
Calls / 30d
4
Unique payers / 30d
Sep 9
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://hyperliquid-x402.rajdeep-dutta-in.workers.dev/market", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://hyperliquid-x402.rajdeep-dutta-in.workers.dev/market?asset=BTC" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"asset": "BTC",
"best_ask": "50002.0",
"best_bid": "49998.0",
"funding": "0.0000125",
"mark_price": "50000.0",
"open_interest": "15000.0",
"oracle_price": "50100.0",
"timestamp": 1700000000000
}Payment details
0x33d3456e7c00a9c6f7aeade9e9d8bb0dd6ab7824USDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7eIs this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from Workers & similar services
Workers · WEB Places
agentdata-api.sander-van-aard.workers.dev
Google Places (local businesses with rating, address and phone number) for AI agents at $0.004 per call, from the same Serper.dev source as /web/search. Send a query, get back compact JSON: top places with position, title, address, coordinates, rating, rating count, category, phone and website. Tune with num (1-10 results), country and language (2-letter codes). Zero results is a valid, honest answer. Pay per call in USDC on Base, no account, no API key.
Workers · Preflight
mcpfax-reliability.bowling-anthony.workers.dev
Advisory preflight on one endpoint before a consequential call: a bounded live probe (reachable, status, latency, MCP initialize, current x402 price and payTo) joined to our observed history (reliability over a stated window, payTo and price changes, first seen). Returns ALLOW, WARN or UNKNOWN. Never a guarantee. No evidence, no charge.
Workers · Weather
mcpfax-utility.bowling-anthony.workers.dev
Weather forecast — Current conditions, the next 12 hours with rain probability, a multi-day forecast, and a plain answer to "will it rain".