Exchange Rates
Learn how to fetch exchange rates between tokens and fiat currencies on Aave v4.
Exchange rates in Aave are provided by Oracles using Chainlink price feeds.
AaveKit provides current conversion rates between ERC-20 tokens, native tokens, and a limited set of fiat currencies: USD, EUR, and GBP. For smart-contract integrations, query USD reserve prices directly from the spoke oracle.
- React
- TypeScript
- GraphQL
- Solidity
Use the useExchangeRate hook for live exchange rates with automatic polling every 10 seconds, or the imperative useExchangeRateAction hook for on-demand exchange rates.
See below some examples of request objects.