> For the complete documentation index, see [llms.txt](https://docs.asterdex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.asterdex.com/trading/prediction/service-region.md).

# Service Region

Due to regulatory requirements and compliance with international sanctions, users from certain regions are restricted from accessing prediction market trading. Orders submitted from restricted regions will be rejected.

**Restricted Countries**

The following countries are restricted from placing orders on Aster. Countries marked as frontend UI restricted are blocked only on the Aster frontend; the API itself is not restricted:

| **Country Code** | **Country Name**            |
| ---------------- | --------------------------- |
| AU               | Australia                   |
| BE               | Belgium                     |
| BY               | Belarus                     |
| BI               | Burundi                     |
| CF               | Central African Republic    |
| CD               | Congo DRC                   |
| CU               | Cuba                        |
| DE               | Germany                     |
| ET               | Ethiopia                    |
| FR               | France                      |
| GB               | United Kingdom              |
| IR               | Iran                        |
| IQ               | Iraq                        |
| IT               | Italy                       |
| JP               | Japan                       |
| KP               | North Korea                 |
| LB               | Lebanon                     |
| LY               | Libya                       |
| MM               | Myanmar                     |
| NI               | Nicaragua                   |
| PL               | Poland                      |
| RU               | Russia                      |
| SG               | Singapore                   |
| SO               | Somalia                     |
| SS               | South Sudan                 |
| SD               | Sudan                       |
| SY               | Syria                       |
| TH               | Thailand                    |
| TW               | Taiwan                      |
| UM               | U.S. Minor Outlying Islands |
| US               | United States               |
| VE               | Venezuela                   |
| YE               | Yemen                       |
| ZW               | Zimbabwe                    |

**Restricted Regions**

| **Country** | **Region** | **Region Code** |
| ----------- | ---------- | --------------- |
| Canada      | Ontario    | CA-ON           |
| Ukraine     | Crimea     | UA-43           |
| Ukraine     | Donetsk    | UA-14           |
| Ukraine     | Luhansk    | UA-09           |

The restricted countries and regions listed above are for reference only. Aster reserves the right to modify the geographic restrictions at any time. Please refer to the latest announcements on the Aster platform for the most up-to-date information.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.asterdex.com/trading/prediction/service-region.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
