Crypto Trading API
Review currently enabled authenticated API endpoints for eligible P2P integrations. Availability, permissions, custody, escrow, chain support, rate limits, and verification depend on the live configuration.
API capabilities
Everything you need to build automated trading systems on top of the P2P exchange.
RESTful API
Review the currently enabled authenticated REST endpoints, request schemas, rate limits, and response behavior before building an integration.
Real-Time WebSockets
Where enabled, WebSocket events can report chat, order-status, and notification updates. Availability and delivery guarantees depend on the documented live service.
Automated Market Making
Eligible integrations may create and manage margin-priced offers. Confirm enabled endpoints, pricing inputs, rate limits, permissions, and failure behavior.
Escrow Integration
Escrow API actions are available only for eligible verified funded routes and authorized participants. Confirm signer, release, refund, dispute, recovery, and idempotency terms.
Multi-Chain Support
Trade across Ethereum, Bitcoin, Solana, Base, Polygon, Tron, and other supported networks. One API covers supported chains and tokens where available.
Developer-Friendly
Swagger/OpenAPI documentation, TypeScript types, rate limiting with practical quotas, and webhook support for event-driven architectures.
Key endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/offers | List all active P2P offers with filters |
| POST | /api/v1/offers | Create a new buy/sell offer |
| POST | /api/v1/trades | Initiate a trade on an existing offer |
| GET | /api/v1/trades/:id | Get trade status and escrow details |
| POST | /api/v1/trades/:id/release | Release escrow funds |
| GET | /api/v1/prices | Real-time market prices for supported tokens. |
Ready to build?
Review the current API documentation, authentication, permissions, rate limits, supported routes, and failure behavior before building an integration.
Get API Access