> ## Documentation Index
> Fetch the complete documentation index at: https://www.diadata.org/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Fetch Price Data

> Learn how to fetch token price data from DIA's decentralized oracle network.

Start by selecting the oracle model that fits your dApp's needs:

<Info>
  A push oracle is an oracle configured to push price updates based on certain parameters at fixed intervals whereas a pull oracle updates price feeds based on the user's requests.
</Info>

<CardGroup>
  <Card title="Push Based Oracles" href="/docs/how-to-guides/fetch-price-data/push-based-oracles" icon="angle-right" horizontal iconType="solid" />

  <Card title="Pull Based Oracles" href="/docs/how-to-guides/fetch-price-data/pull-based-oracles" icon="angle-right" horizontal iconType="solid" />
</CardGroup>
