This endpoint retrieves the current price of a specified token in USD as determined by the Aave protocol.
It utilizes the Aave V3 Oracle to fetch the token price, ensuring accurate and up- to-date information. The request requires the token identifier and the blockchain network (chain) on which the token resides. The response provides the token price in a standardized format, converted from Wei to the base currency decimals defined by Aave.
arbitrum, base, ethereum Optional block number (defaults to latest).
The symbol or address of the asset whose price you want.. A token identifier - either a supported symbol (e.g., USDC, WETH) or a valid Ethereum address (0x...)
"USDC"
"WETH"
"0xA0b86a33E6441ccF30EE5DdEF1E9b652C91ac1c8"
Successful Response
The price of the asset in USD.