Skip to main content

Overview

The Swaps API provides endpoints for authenticating, creating orders, and managing your prediction market positions.
All API endpoints require authentication except for the authentication endpoints themselves. See the Authentication section to get started.

Base URL

https://api.example.com

Authentication

Most endpoints require a JWT access token in the Authorization header:
Authorization: Bearer <your-access-token>
Get your access token by following the authentication flow.

API Endpoints

API endpoints will be documented here.