> For the complete documentation index, see [llms.txt](https://yupana-finance.gitbook.io/yupana-document-portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yupana-finance.gitbook.io/yupana-document-portal/developer-space/pricefeed-contract/receiveprice.md).

# receivePrice

This entrypoint is a part of the [getPrice](/yupana-document-portal/developer-space/pricefeed-contract/getprice.md) call.

Receives data `(string * (timestamp * nat))` from oracle as `(pairName, timestamp, oraclePrice)` parses from `oraclePrice` normalized `price`  and send it as a callback to [yToken.priceCallback](/yupana-document-portal/developer-space/ytoken-contract-methods/pricecallback.md) entrypoint.

{% hint style="danger" %}
This entrypoint is configured to process calls only from `oracle` contract address from its storage, so no one else could call this method.
{% endhint %}
