Panda Capital logo
PANDACAPITAL

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 keys

Sample Endpoints

MethodPathDescription
GET/v1/marketsList all available trading pairs with ticker data.
GET/v1/orderbook/:symbolRetrieve order book depth for a symbol.
POST/v1/ordersPlace a new limit or market order.
GET/v1/account/balancesFetch all wallet balances.
DELETE/v1/orders/:idCancel an open order by ID.
GET/v1/trades/:symbolGet recent trades for a symbol.

Official SDKs

Pythonpip install panda-capital
JavaScriptnpm install @pandacapital/sdk
Gogo get github.com/pandacapital/sdk-go