x402stock On-Chain Perps Orderbook is a paid API for AI agents from x402stock.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-09).
Returns the live bid/ask orderbook for a crypto perpetuals contract (e.g. BTC) from Hyperliquid via x402 pay-per-call
Pay-per-call market and economic data API for AI agents: US stocks, ETFs and options, forex, crypto and on-chain perps, energy commodities, US and global macro (Fed, CPI, jobs, GDP, Treasury, World Bank), SEC filings, congressional trades, and market sentiment. No API keys, no accounts. Pay per request in USDC via x402 on Base.
Returns a JSON object with arrays of bid and ask entries (each with size, price, and order count), the coin symbol, a timestamp (as_of), and the venue (Hyperliquid). Costs $0.01 USDC per call via x402 on Base, no API key required.
GEThttps://x402stock.xyz/api/v1/perps/orderbook/%7Bcoin%7DUse this endpoint when you need live on-chain perpetual futures orderbook depth for a specific crypto asset (e.g. BTC, ETH) from Hyperliquid, without needing an API key or account — paying only $0.01 USDC per call. Prefer this over centralized exchange orderbook APIs when DeFi/on-chain data is specifically required.
| Field | Type | Description |
|---|---|---|
| properties | string |
{
"type": "json",
"example": {
"asks": [
{
"size": 5.04588,
"price": 63591,
"orders": 12
}
],
"bids": [
{
"size": 4.1275,
"price": 63590,
"orders": 10
}
],
"coin": "BTC",
"as_of": "2026-06-04T00:00:00.000Z",
"venue": "hyperliquid",
"source": "x402stock"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"