# 保有しているXRPを円で表示するには

保有しているXRPの現在の価値を日本円で素早く確認する方法を紹介します。

ホーム画面のXRP保有量をタップします。

すると…

あっという間に日本円で表示されました。

（表示通貨は、設定→一般→通貨で変更できます）

### 円のレートはどこで換算しているのですか？

Xamanでは法定通貨での情報を提供するために「XRPL Price Oracle」を作成しました。

<https://dev.to/wietse/aggregated-xrp-usd-price-info-on-the-xrp-ledger-1087>

XRP Ledgerコミュニティの誰もがこのオラクルに問い合わせ、複数の取引所からの加重平均である現在のXRPの価値を得ることができます。

### すべてのトークンの価値を知りたい場合は？

保有するすべてのトークンの円換算を知りたい場合はxApp「[Account Worth](https://xumm.app/detect/xapp:xumm.accountworth)」をご利用ください。


---

# Agent Instructions: 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://help.xaman.app/app/japanese/shiteiruxrpwotesuruniha.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.
