> For the complete documentation index, see [llms.txt](https://manual.boxexchanger.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.boxexchanger.net/obmen/valyuty/tip-valyuty.md).

# Тип валюты

Тип валюты -  короткое обозначение валюты например USD, EUR&#x20;

* Должно быть коротким до 5 символов только латинские буквы
* Рекомендуем использовать код из таблицы [Коды национальных валют](#kody-nacionalnykh-valyut)

### Коды национальных валют

| Код валюты | Описание               |
| ---------- | ---------------------- |
| ADA        | *Cardano*              |
| AED        | *Дирхам ОАЭ*           |
| ALG        | *Algorand*             |
| AMD        | *Армянский драм*       |
| ATM        | *Cosmos*               |
| AVX        | *Avalanche*            |
| BAT        | *BAT*                  |
| BCH        | *Bitcoin cash*         |
| BGN        | *Болгарский лев*       |
| BNB        | *Binance Coin*         |
| BSV        | *Bitcoin SV*           |
| BTC        | *Bitcoin*              |
| BTG        | *Bitcoin Gold*         |
| BTT        | *BitTorrent*           |
| CAD        | *Канадский доллар*     |
| CNY        | *Юань*                 |
| CZK        | *Чешская крона*        |
| DOT        | *Polkadot*             |
| DSH        | *Dash*                 |
| EOS        | *EOS*                  |
| ETC        | *Ethereum Classic*     |
| ETH        | *Ethereum*             |
| EUR        | *Евро*                 |
| GBP        | *Фунт стерлингов*      |
| GEL        | *Грузинский лари*      |
| HUF        | *Форинт*               |
| ICX        | *ICON*                 |
| IDR        | *Индонезийская рупия*  |
| INR        | *Индийская рупия*      |
| IOT        | *IOTA*                 |
| JPY        | *Японская иена*        |
| KGS        | *Киргизский сом*       |
| KMD        | *Komodo*               |
| KZT        | *Казахстанский тенге*  |
| LNK        | *Chainlink*            |
| LSK        | *Lisk*                 |
| LTC        | *Litecoin*             |
| MAT        | *Polygon*              |
| MDL        | *Молдавский лей*       |
| MKR        | *Maker*                |
| MYR        | *Малайзийский ринггит* |
| NEO        | *NEO*                  |
| NGN        | *Нигерийская найра*    |
| NOK        | *Норвежская крона*     |
| OMG        | *OMG Network*          |
| ONT        | *Ontology*             |
| PLN        | *Польский злотый*      |
| QTM        | *QTUM*                 |
| REP        | *Augur*                |
| RVN        | *Ravencoin*            |
| SEK        | *Шведская крона*       |
| SHI        | *Shiba Inu*            |
| SOL        | *Solana*               |
| THB        | *Тайский бат*          |
| TRX        | *TRON*                 |
| TRY        | *Турецкая лира*        |
| UAH        | *Гривна*               |
| UNI        | *Uniswap*              |
| USD        | *Доллар США*           |
| UZS        | *Узбекский сум*        |
| VET        | *VeChain*              |
| VND        | *Вьетнамский донг*     |
| WAV        | *WAVES*                |
| WMX        | *WMX (0.001 BTC)*      |
| XDG        | *Dogecoin*             |
| XEM        | *NEM*                  |
| XLM        | *Stellar*              |
| XMR        | *Monero*               |
| XRP        | *Ripple*               |
| XTZ        | *Tezos*                |
| XVG        | *Verge*                |
| YFI        | *Yearn.finance*        |
| ZEC        | *Zcash*                |
| ZRX        | *0x*                   |

<br>


---

# 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://manual.boxexchanger.net/obmen/valyuty/tip-valyuty.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.
