Animica x402 Directory

Directory

api.hyperextend.xyz

api.hyperextend.xyz publishes 5 machine-payable endpoints over the x402 protocol, priced from $0.001 to $0.1257 per call. Each was probed directly; the response code below is what it returned.

Endpoints

EndpointMethodPriceProbe
/v1/candles/BTC/1m/latest GET $0.002 200
/v1/liquidations/BTC GET $0.111 200
/v1/liquidations/coverage GET $0.001 402
/v1/outcome/100/oi GET $0.1257 402
/v1/trades/BTC GET $0.031 402

What these endpoints do

api.hyperextend.xyz/v1/candles/BTC/1m/latest

The most-recent N OHLCV candles (≤5000). Same per-row pricing as the windowed read ($0.00001 base for main/spot, $0.000025 premium for HIP-3/HIP-4); candles lag ~2 days.

GET · $0.002 · probe 200

api.hyperextend.xyz/v1/liquidations/BTC

Forced-liquidation tape over a time window, reconstructed from the node-fills archive (Hyperliquid has no public liquidations feed). Each row is a trade row (coin, side, px, sz, time, hash, tid, users…

GET · $0.111 · probe 200

api.hyperextend.xyz/v1/liquidations/coverage

Archive coverage for a coin's liquidations over a window (≤7 days): which archived hours hold liquidations and where the gaps are. Warms the cache for everyone after. Priced floor ($0.001) + $0.05 per…

GET · $0.001 · probe 402

api.hyperextend.xyz/v1/outcome/100/oi

Derived two-sided open interest for a HIP-4 outcome market, per minute (circulating-supply times mark, summed over both sides). Priced per row ($0.000025 premium); served live. Takes the integer outco…

GET · $0.1257 · probe 402

api.hyperextend.xyz/v1/trades/BTC

Raw market trades over a time window — the live hot tier (~24h) plus S3 read-through for older history (archive from 2025-05-25), merged. Each row mirrors HL's WsTrade verbatim, including the buyer/se…

GET · $0.031 · probe 402