Overview
The Swaps API provides endpoints for authenticating, creating orders, and managing your prediction market positions.Base URL
Authentication
API Key Authentication (Required for All Endpoints)
All API endpoints require an API key in thex-api-key header:
JWT Authentication (Required for Create Order & Withdraw)
Only the following endpoints require both API key and JWT authentication:- POST /v1/order - Create Order
- POST /v1/order/withdraw - Create Withdraw Intent
