> For the complete documentation index, see [llms.txt](https://docs.coda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coda.co/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/payout/api-shuo-ming/fa-qi-payout-qing-qiu/guo-jia-di-qu-dai-ma-he-huo-bi-dai-ma-lie-biao.md).

# 国家/地区代码和货币代码列表

* **country\_code**：2 字母国家代码（ISO 3166 标准）
* **currency\_code**：3 字母货币代码（ISO 4217 标准）

| 国家                   | country\_code | 本地货币的currency\_code |
| -------------------- | ------------- | ------------------- |
| Egypt                | EG            | EGP                 |
| Pakistan             | PK            | PKR                 |
| Saudi Arabia         | SA            | SAR                 |
| Indonesia            | ID            | IDR                 |
| Nigeria              | NG            | NGN                 |
| Colombia             | CO            | COP                 |
| Brazil               | BR            | BRL                 |
| Turkey               | TR            | TRY                 |
| India                | IN            | INR                 |
| Morocco              | MA            | MAD                 |
| Mexico               | MX            | MXN                 |
| United Arab Emirates | AE            | AED                 |

#### 关于支持货币的说明：

* **请求货币**：支持所有国家的本地货币，我们也支持以美元（ＵＳＤ）作为请求货币。
* **目标货币**：但最终支付给收款人的金额将以本地货币结算。请与您的账户经理确认此信息。


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.coda.co/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/payout/api-shuo-ming/fa-qi-payout-qing-qiu/guo-jia-di-qu-dai-ma-he-huo-bi-dai-ma-lie-biao.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
