# OppiGame Developer Docs ## Docs - [Allowed Bet Amounts](https://apidocs.oppigames.com/api-reference/bonus/allowed-bet-amounts.md): API used for fetching allowed bet amounts based on currency, providing a standardized list of valid betting options for games. - [Bonus Cancel](https://apidocs.oppigames.com/api-reference/bonus/cancel.md): This API is used to cancel bonus configured before. Only pending bonus can be cancelled. - [Bonus Configure](https://apidocs.oppigames.com/api-reference/bonus/configure.md): This API is used to create single or multiple bonuses. The bonus was created in USD currency, and the awarded amount was converted accordingly. - [Bonus List](https://apidocs.oppigames.com/api-reference/bonus/list.md): This API is used to retrieve a paginated list of bonus. It also allows optional filtering by gameId, playerId and status. - [Conversion](https://apidocs.oppigames.com/api-reference/currency/conversion.md): This API converts an amount from one currency to another; if no currency is provided, it converts to all supported currencies, and if no amount is provided, it defaults to 1 USD. - [Introduction](https://apidocs.oppigames.com/api-reference/currency/introduction.md) - [Game List](https://apidocs.oppigames.com/api-reference/game/game-list.md): This API is used for get game list. - [Get Game URL](https://apidocs.oppigames.com/api-reference/game/game-url.md): This API is used to get the game URL. - [Jackpot Configure](https://apidocs.oppigames.com/api-reference/jackpot/configure.md): This API is used to configure a jackpot for a specific game. You can create or update the jackpot with this API. The jackpot will be enabled, filled, and awarded to users until it is deactivated. This is a one-time configuration and will remain effective until jackpot deactivation. The jackpot amoun… - [Jackpot List](https://apidocs.oppigames.com/api-reference/jackpot/list.md): This API is used to retrieve a paginated list of jackpots. It also allows optional filtering by gameId. - [Jackpot Reward List](https://apidocs.oppigames.com/api-reference/jackpot/reward-list.md): This API retrieves a paginated list of jackpot rewards given to players. It supports optional filters by gameId and playerId to narrow down the results. - [Jackpot Remove](https://apidocs.oppigames.com/api-reference/jackpot/status.md): This API removes a jackpot. The jackpotId must be passed in the request body. A jackpot cannot be removed if it does not exist, or if it is a one-time jackpot (forOnce = true) that is currently active. Only non-active or Infinite jackpots are eligible for deletion. - [Game Session](https://apidocs.oppigames.com/api-reference/transaction/session.md): This api is used for get game session based on Player sessionId. - [Game Sessions](https://apidocs.oppigames.com/api-reference/transaction/sessions.md): This API retrieves game sessions associated with a playerId and gameId. - [Introduction](https://apidocs.oppigames.com/introduction.md): Oppi Games API - The Complete Integration Guide for Developers - [Version History](https://apidocs.oppigames.com/version-history.md) ## OpenAPI Specs - [openapi](https://apidocs.oppigames.com/api-reference/openapi.json)