DocsOverview
API v1.0Hyperliquid Compatible

API Reference

PaperExchange API v1.0 is 100% compatible with Hyperliquid. Use the same request format with your PaperExchange API key.

Base URL

https://api.paperx.co

Authentication

All requests require authentication via API key or JWT token.

API Key (Recommended)

X-API-Key: pe_your_api_key_here

JWT Token

Authorization: Bearer your_jwt_token

Endpoints Overview

EndpointMethodDescription
/v1/exchanges/hyperliquid/infoPOSTMarket data, prices, account state
/v1/exchanges/hyperliquid/exchangePOSTPlace orders, cancel, manage positions
/v1/auth/registerPOSTCreate new account
/v1/auth/loginPOSTLogin and get JWT token
/v1/auth/api-keysPOSTCreate API key
/v1/exchanges/hyperliquid/account/resetPOSTAdd funds when balance low
/v1/exchanges/hyperliquid/account/overviewGETGet account dashboard
/v1/billing/subscriptionGETGet subscription status

Rate Limits

Basic Plan

200 requests per minute

Pro Plan

500 requests per minute

Rate Limit Headers

X-RateLimit-Limit: 200
X-RateLimit-Remaining: 195
X-RateLimit-Reset: 1700000060

Error Codes

CodeDescription
200Success
400Bad request
401Unauthorized
403Forbidden (subscription expired)
429Rate limit exceeded
500Internal server error