Skip to main content
The BetDEX REST API lets you interact with the BetDEX Exchange programmatically. Use it to manage events, markets, sessions, wallets, and orders.

Base URLs

https://sandbox.api.btdx.io/

Authentication

All requests require an Authorization header containing a session accessToken:
Authorization: Bearer <accessToken>
To obtain a token, create a session using your App ID and API key via the Session Management endpoints.

What you can do

Sessions

Authenticate your application and obtain access tokens.

Events & Markets

Browse categories, event groups, events, and markets.

Orders

Place, cancel, and inspect orders against open markets.

Wallets

Manage balances and review wallet activity.

Real-time updates

For real-time event, market, order, and wallet updates, use the Stream API over WebSocket.