# End data consumers - Apothem

(If you are a price feed consumer on Apothem testnet, then follow below steps)

NOTE: To get Apothem PLI & XDC tokens in your wallet, please follow the link "<https://docs.goplugin.co/wallet/xdcpay-apothem>"

Explore <https://feeds.goplugin.co> & check which contract fulfills your requirement for the required price index pairs (Example: XDC-USDT, PLI-USDT, BTC-USDT, etc.,).

**STEP 1:**

Click on "Data Feeds" on the navigation bar and then click on “All Feeds”.&#x20;

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf8Ewljcpk4SACQjLd5osnVtn_NpueHCN59P5RJ3W4a-3pnq9frrpOLUeFwqaygiDl0Oc0gSAudW5XOTQ3tfKkKsMRqFyMuBV4Ey23brt8sTUbHFAbZmjfpOWWKaoZTS4q66xInboWAF_CO965nqpCEfegg?key=tLMXLqUqKx25rrr8qCXnlA" alt=""><figcaption></figcaption></figure>

**STEP 2:**

Choose the Index Pair and click on the view button on the "Action".&#x20;

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

We’ll take PLI/USDT in apothem as an example

**STEP 3:**

Click on “View” in the above page for “PLI/USDT” and then you’ll find the screen below

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXffkGyvLVEDdtEqarbZDQP8yha5RWBtV6K-c-gLjvq7Frv-IXZQRMDF9oLIA5fx23BwKOauT7pQuV2u6doKBz2ufizrdsHhxlQLNnroBXiDHSNvnSWL6Zjkk3FWGgPH4AD9OfdDS0gJ3UxgIvv594SBtUo?key=tLMXLqUqKx25rrr8qCXnlA" alt=""><figcaption></figcaption></figure>

The area highlighted in “<mark style="color:red;">red</mark>” shows the Oracle address/addresses used for this data feed pair

The area highlighted in “<mark style="color:blue;">blue</mark>” shows the “Network” and “Source Type” used for this data feed pair

The area highlighted in “<mark style="color:green;">green</mark>” and “Source of Trust” show the sources used for this data feed pair.&#x20;

**STEP 4:**

To retrieve the price of the PLI/USDT, integrate the contract in the black window than can be seen in the image above, and copy-paste the contract to remix,

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfWn0IuM-JMKe7DzzetUrQYNMybIBitzWDGL-ur4Fcct2afCU4LDUsNtLZdebsCD17lnUf29tQiYZlt-hE8HM9HK58uQKyNYYptHGY1RjJveq7qLI5Q0xGY6iNIXR50QsB9IPDh7uKNLz6v-Dc571m0LQiR?key=tLMXLqUqKx25rrr8qCXnlA" alt=""><figcaption></figcaption></figure>

**STEP 5:**&#x20;

Copy the constructor address (highlighted in pink), pass this address, and deploy the contract.

**STEP 6:**&#x20;

Once your contract is deployed, click on “fetchLatestAnswer”. And you’ll get the current value of “PLI/USDT”.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdPvVS4ifhOkX9Wk0cQtvitFQFMEswN7sL2jpqQ6a5-HptWwcFhO5grwmTjwHbvVkOthBa5pqS4CLqeEihR8g8bKzU2iH1IQ_Cx-JnlEc1hxvKKrG9OKVjuZwZuMAw5sUl1Yz0g_YLKvCUJLrC9YwslWAo?key=tLMXLqUqKx25rrr8qCXnlA" alt=""><figcaption></figcaption></figure>

You can "[Contact Us](https://mail.google.com/mail/u/0/?fs=1\&to=support@goplugin.co\&su=Customization%20needed\&body=\&tf=cm)" for customized feeds.&#x20;


---

# 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.goplugin.co/plugin-data-feeds-platform/end-data-consumers-apothem.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.
