> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/turkish/products/dramps/update-prices-on-a-token-market.md).

# Token Piyasasında Fiyatları Güncelleyin

Her mint edilen token'ın aşırı teminatlı olduğundan emin olmak için, dRamp'ların, dRamp'ın dağıtıldığı blockchain'in yerel coin'ine karşı token'ın güncel bir döviz kuruyla sahip olması gerekir.

Diyelim ki dRamp, Fantom blockchain'inde dağıtılmış ve X miktar EUR basmak istiyoruz. dRamp, FTM'yi EUR'ye dönüştürmek için en azından her 24 saatte bir güncellenmiş bir kur gerektirir.

Token'ımızın döviz kurunun güncellenmesi gerektiğini bileceğiz **FTM Price In EUR** değerinin (bu parametrenin adı, blockchain'in yerel coin'ine ve seçilen token pazarına bağlı olarak değişir) null olduğunda; aksi takdirde, döviz kuru güncellemesi yapmamıza gerek yoktur.

Döviz kurumuzu güncellemek için, dRamp'ın paneline gider ve aşağıdaki resimde olduğu gibi EUR token'ını seçeriz.

<figure><img src="/files/NWnOnppEB5blE0yjuesy" alt=""><figcaption></figcaption></figure>

Ardından, dRamp'ın kontrol paneli menüsünde, FTM fiyatını EUR cinsinden almak için **Fetch Price From API** seçeneğini seçeriz.

<div><figure><img src="/files/ma650gztNjjfKJHYU7BR" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Gjcv4hzqw9dcX9796dkM" alt=""><figcaption></figcaption></figure></div>

Döviz kuru için bir sayı alamazsanız, yukarıdaki resimde olduğu gibi bir sayı alana kadar defalarca yenileyin. Döviz kuru aldıktan sonra, **Set Prices** düğmesine tıklayın, ardından **Devam** düğmesine ve işlemi doğrulayın.

Yeni döviz kurunun dRamp'ınızın parametreler bölümünde güncellendiğini görmelisiniz, aşağıdaki resimde olduğu gibi:

<figure><img src="/files/ODKAL8OQDfo6lJNSboEz" alt=""><figcaption></figcaption></figure>

Ayrıca, **Fetch All Prices From API** işlemini çalıştırarak birden çok fiyatı aynı anda alabilirsiniz, ancak bu biraz daha karmaşık olabilir çünkü birden çok NaN dönebilir ve tüm sayıları almak için birden çok kez yenilemeniz gerekebilir.


---

# 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.payswap.org/turkish/products/dramps/update-prices-on-a-token-market.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.
