This page will help you get started with EQULS API. You'll be up and running in a jiffy!
1Pick a language
2Try it!
Click
Try It!
to start a request and see the response here!Getting Started with EQULS API
Base URL
All API requests should be made to: https://api.public.equls.com
API Key
To use the EQULS API, you need an API key. Here's how to get one:
- Download the EQULS app from the App Store
- Create an account or sign in
- Go to Settings in the app
- Expand Developer Options
- Find your API key in the "API Key" field
All EQULS accounts have an associated API key at no additional cost.
Core Endpoints
/v1/getSports
: Get supported sports list/v1/getLeagues
: Get available leagues (filterable by sport)/v1/getBooks
: Get supported sportsbooks/v1/getBetTypes
: Get available bet types (filterable by sport)/v1/execute
: Execute trades (single bets or parlays)
Authentication
Include your API key as a query parameter named 'apiKey' in all requests. The key must be a valid 24-character hexadecimal string.
Making Your First Request
Start by calling the getSports endpoint to see supported sports, then explore leagues and bet types for your chosen sport. Use the execute endpoint for placing bets, supporting both single bets and parlays.
Best Practices
- Securely store your API key
- Cache responses when appropriate
- Validate user input
- Handle API responses properly
- Test thoroughly before production deployment
For assistance, contact support through the EQULS app.