Skip to main content
conduit home page
Search...
⌘K
API documentation
API Reference
Authentication
POST
Get Message
POST
Submit Signature
Orders
POST
Create Order
GET
Get Order Status
Withdraw
GET
Get Account
GET
Get Sign Request
POST
Withdraw
Portfolio
GET
Get Portfolio
conduit home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
API documentation
API Reference
Guides
API reference
Guides
API reference
Support
Dashboard
On this page
Overview
Base URL
Authentication
API Endpoints
API documentation
API Reference
Copy page
Swaps API endpoint documentation
Copy page
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
Copy
https://api.example.com
Authentication
Most endpoints require a JWT access token in the Authorization header:
Copy
Authorization
:
Bearer <your-access-token>
Get your access token by following the
authentication flow
.
API Endpoints
API endpoints will be documented here.
Get Message
⌘I