Learn how to fetch exchange rates between tokens and supported 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 supported 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.