API Documentation
Build custom integrations with our robust REST API and real-time WebSocket feeds.
REST API
Full REST API with JSON responses. 1000 req/min for standard accounts.
WebSocket
Real-time market data, order updates, and account events via WebSocket.
SDK Libraries
Official Python, JavaScript, and Go SDKs for rapid integration.
HMAC Auth
Secure API key authentication with HMAC-SHA256 request signing.
API Keys
Generate and manage your API keys. Each key supports granular permissions for read, trade, and withdrawal access.
Log in to manage keysSample Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /v1/markets | List all available trading pairs with ticker data. |
| GET | /v1/orderbook/:symbol | Retrieve order book depth for a symbol. |
| POST | /v1/orders | Place a new limit or market order. |
| GET | /v1/account/balances | Fetch all wallet balances. |
| DELETE | /v1/orders/:id | Cancel an open order by ID. |
| GET | /v1/trades/:symbol | Get recent trades for a symbol. |
Official SDKs
Python
pip install panda-capitalJavaScript
npm install @pandacapital/sdkGo
go get github.com/pandacapital/sdk-go