Main API
All endpoints of our API are described on this page.
Required HTTP Headers
All HTTP requests related to API must include the following HTTP headers.
Authorization
Bearer {API_TOKEN}
Authorization: Bearer ed45553e-1702-4342-a70d-09bf7ff7f568
Accept
application/json
Accept: application/json
Content-Type
application/json
Content-Type: application/json
To manage server load, transactions made two days before the maintenance period will be automatically deleted.
API Error Response Codes
Below are the error response codes returned when calling the API.
UNDER_MAINTENANCE
On maintenance
INTERNAL_SERVER_ERROR
Internal server error
VALIDATION_ERROR
Request data format error
SERVICE_EXCEPTION
Service exception occurred
TOKEN_NOT_FOUND
Authentication token not found
TOKEN_INVALID
Authentication token invalid
PERMISSION_ERROR
No access
PROVIDER_ERROR
Provider error
PARAMETERS_INVALID
Parameters invalid
CALLBACK_ERROR
Callback error (Callback API error log needs to be checked)
SERVER_IS_BUSY
Server load error (concurrent call limit exceeded)
IP_NOT_ALLOWED
Not allowed IP
AGENT_NOT_FOUND
Agent information not found
USER_NOT_FOUND
User information not found
GAME_NOT_FOUND
Game information not found
POINT_NOT_ENOUGH
Insufficient agent point balance
BALANCE_NOT_ENOUGH
Insufficient user point balance
PROVIDER_NOT_FOUND
Provider information not found
BONUSCALL_DOUBLE
Already bonus call is running
BONUSCALL_ALEADY_ENDED
Already bonus call is ended
ROUND_NOT_FOUND
Round information not found
CURRENCY_NOT_SUPPORTED
Currency is not supported
Last updated