# 토큰 시장의 가격 업데이트

모든 발행된 토큰이 과도하게 담보화되었는지 확인하기 위해, dRamp는 dRamp가 배포된 블록체인의 기본 코인에 대한 토큰의 최신 환율을 가져야 합니다.

예를 들어, dRamp가 판텀 블록체인에 배포되었고 X 금액의 EUR을 찍으려고 한다고 가정해 봅시다. dRamp는 최소 24시간마다 FTM을 EUR로 교환하는 환율을 업데이트해야 합니다.

만약 **FTM Price In EUR**의 값이 null인 경우 (이 매개변수의 이름은 기본 코인 및 선택된 토큰 시장에 따라 변경됩니다), 우리의 토큰의 환율을 업데이트해야 함을 알 수 있습니다. 그렇지 않으면 환율을 업데이트할 필요가 없습니다.

우리의 환율을 업데이트하려면, dRamp 패널로 이동하여 아래 이미지와 같이 EUR 토큰을 선택합니다.

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

그런 다음 dRamp의 제어판 메뉴에서 **Fetch Price From API** 옵션을 선택하여 FTM 가격을 EUR로 가져옵니다.

<div><figure><img src="/files/61w8SvcGbXGh5E3khx8n" alt=""><figcaption></figcaption></figure> <figure><img src="/files/UXmqc6q4EMdq74RZKZ28" alt=""><figcaption></figcaption></figure></div>

환율에 대한 숫자가 나오지 않는 경우, 이미지와 같은 숫자가 나올 때까지 여러 번 새로 고쳐야 합니다. 환율을 얻은 후 **Set Prices** 버튼을 클릭한 다음 **Continue** 버튼을 클릭하고 거래를 승인하십시오.

거래가 성공적으로 이루어지면 dRamp의 매개변수 섹션에 새로운 환율이 업데이트된 것을 확인할 수 있습니다.

<figure><img src="/files/4kE3jheMTlkoNHZvskIi" alt=""><figcaption></figcaption></figure>

**Fetch All Prices From API**를 실행하여 여러 가격을 한 번에 가져올 수도 있지만, 이것은 여러 NaN을 반환할 수 있으며 모든 숫자를 얻기 위해 여러 번 새로 고쳐야 할 수도 있습니다.


---

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