Appearance
Product Callbacks

This new callback common flow, we simplifies callbacks from provider and standardize it to our own understandable. Please check the following support products.
Products to support
See all products in the Product Lists section.
API LIST
Property | Path | Description |
---|---|---|
GetBalance | /checkBalance | Get Balance |
PlaceBets | /placeBet | PlaceBet |
Settle Bets | /settleBets | Settlement |
CancelBets | /cancelBets | CancelBets |
AdjustBets | /adjustBets | AdjustBets |
Rollback | /rollback | Rollback |
WinRewards | /winRewards | WinRewards |
Tips | /placeTips | Tips |
CancelTips | /cancelTips | CancelTips |
VoidSettle | /voidSettled | VoidSettle |
AdjustBalance | /adjustBalance | AdjustBalance |
Common Status Code
JSON response fail example:
Code | Description |
---|---|
0 | Success |
10001 | User not found |
10002 | User has insufficient balance to proceed |
20001 | Transaction not found |
20002 | Transaction duplicate |
20003 | Bet has already canceled |
20004 | Bet has already settled |
30001 | Invalid token |
40003 | Forbidden request |
50001 | Internal server error |