---
title: "API Playground | 0xArchive Docs"
description: "Send 0xArchive API requests in the browser, inspect JSON responses, compare routes, and validate auth before writing client code."
canonical_url: "https://www.0xarchive.io/docs/playground/"
markdown_url: "https://www.0xarchive.io/docs/playground.md"
route: "/docs/playground"
robots: "index, follow"
generated_from: "prerendered_html"
---

# 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

Endpoint

GET Hyperliquid — Order Book

symbol (path)

depth (query)

API Key (optional for demo)

Run Request

Copy as code

cURL

Python

TypeScript

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