API Playground

Send a request in the browser and inspect the payload without leaving the docs.

Best for
Quick payload checks
Returns
Request and response payloads

Send a live request and inspect the response without leaving the docs.

Good for quick checks. Use the REST docs for route details, credits, and schemas.

API Playground

Test endpoints directly in your browser

Copy as code
curl -X GET "https://api.0xarchive.io/v1/hyperliquid/orderbook/BTC?depth=5" \
-H "X-API-Key: 0xa_your_api_key"