Animica x402 Directory

Directory / api.hyperextend.xyz

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.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://api.hyperextend.xyz/v1/candles/BTC/1m/latest'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://api.hyperextend.xyz/v1/candles/BTC/1m/latest'

Endpoint: https://api.hyperextend.xyz/v1/candles/BTC/1m/latest. Operated by api.hyperextend.xyz, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on api.hyperextend.xyz

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 (co…

GET · $0.111

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 …

GET · $0.001

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 premiu…

GET · $0.1257

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 …

GET · $0.031

All 5 endpoints on api.hyperextend.xyz →