> ## Documentation Index
> Fetch the complete documentation index at: https://apidocs.oppigames.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

# Currency Codes

<table style={{ width: '100%', borderCollapse: 'collapse', textAlign: 'left' }}>
  <thead>
    <tr>
      <th>Code</th>
      <th>Name</th>
    </tr>
  </thead>

  <tbody>
    <tr><td style={{ width:'300px'}}>XXX</td><td>Demo Currency</td></tr>
    <tr><td style={{ width:'300px'}}>INR</td><td>Indian Rupees</td></tr>
    <tr><td style={{ width:'300px'}}>USD</td><td>US Dollar</td></tr>
    <tr><td style={{ width:'300px'}}>TRY</td><td>Turkish Lira</td></tr>
    <tr><td style={{ width:'300px'}}>EUR</td><td>EURO</td></tr>
    <tr><td style={{ width:'300px'}}>GBP</td><td>Pound Sterling</td></tr>
    <tr><td style={{ width:'300px'}}>CAD</td><td>Canadian Dollar</td></tr>
    <tr><td style={{ width:'300px'}}>AED</td><td>United Arab Emirates Dirham</td></tr>
    <tr><td style={{ width:'300px'}}>GBP</td><td>British Pound Sterling</td></tr>
    <tr><td style={{ width:'300px'}}>NZD</td><td>New Zealand Dollar</td></tr>
    <tr><td style={{ width:'300px'}}>CNY</td><td>Chinese Yuan Renminbi</td></tr>
    <tr><td style={{ width:'300px'}}>AUD</td><td>Australian Dollar</td></tr>
    <tr><td style={{ width:'300px'}}>CHF</td><td>Swiss Franc</td></tr>
    <tr><td style={{ width:'300px'}}>HKD</td><td>Hong Kong Dollar</td></tr>
    <tr><td style={{ width:'300px'}}>ZAR</td><td>South African Rand</td></tr>
    <tr><td style={{ width:'300px'}}>KRW</td><td>South Korean Won</td></tr>
    <tr><td style={{ width:'300px'}}>MXN</td><td>Mexican Peso</td></tr>
    <tr><td style={{ width:'300px'}}>SGD</td><td>Singapore Dollar</td></tr>
    <tr><td style={{ width:'300px'}}>RUB</td><td>Russian Ruble</td></tr>
    <tr><td style={{ width:'300px'}}>EGP</td><td>Egyptian Pound</td></tr>
    <tr><td style={{ width:'300px'}}>MYR</td><td>Malaysian Ringgit</td></tr>
    <tr><td style={{ width:'300px'}}>PLN</td><td>Polish Złoty</td></tr>
    <tr><td style={{ width:'300px'}}>THB</td><td>Thai Baht</td></tr>
    <tr><td style={{ width:'300px'}}>PHP</td><td>Philippine Peso</td></tr>
    <tr><td style={{ width:'300px'}}>PKR</td><td>Pakistani Rupee</td></tr>
  </tbody>
</table>

<Note>
  * The partner cannot change the player currency after registration in the Oppi Game system.
  * If a player is registered in USD currency, it cannot be changed to another currency (e.g., EUR).
  * Consequently, bet and payout API requests will be made only in the registered currency.
</Note>
