API Playground

Try one request in the browser, inspect the payload, then open the full reference.

Use
Pre-integration checks
Returns
Request and response payloads
For
Single-request validation

Try a request here to validate the shape and inspect the response before you write code.

Use it to sanity-check one request. For credits, parameters, and full schema detail, use the REST API docs.

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"