Betloy Conversion API โ Integrate Bet Code Conversion into Your Platform
A powerful, reliable API for businesses and developers to convert bet codes programmatically across 100+ bookmakers
Documentation
Getting Started
Welcome to the Betloy Conversion API. This API allows you to convert betting codes between different bookmakers programmatically. It supports 100+ bookmakers and 10 sports.
Base URL
https://betloy.com/api/v1
Quick Start
- Register a business account on Betloy
- Generate an API key from your dashboard
- Include the API key in your request headers
- Handle JSON responses in your application
Authentication
All API requests require authentication using an API key. Include your API key in the request header:
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
/api/v1/convert
Convert Bet Code
Convert a booking code from one bookmaker to another instantly.
Request Body
{
"booking_code": "ABC123XYZ",
"from_bookie_id": 1,
"to_bookie_id": 2
}
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
booking_code |
string | Yes | The booking code to convert |
from_bookie_id |
integer | Yes | Source bookmaker ID |
to_bookie_id |
integer | Yes | Target bookmaker ID |
Success Response (200 OK)
{
"success": true,
"data": {
"conversion_id": "conv_123456",
"original_code": "ABC123XYZ",
"converted_code": "XYZ789ABC",
"from_bookie": "Bet9ja",
"to_bookie": "1xBet",
"total_odds": 2.45,
"status": "completed"
}
}
Error Handling
The API uses standard HTTP status codes and returns errors in JSON format:
| Code | Description |
|---|---|
200 | Success |
400 | Bad Request - Invalid parameters |
401 | Unauthorized - Invalid API key |
429 | Too Many Requests - Rate limit exceeded |
Ready to Start Building?
Get your API key today and integrate the world's best bet code converter.
Create Account