Aave V3
Token prices
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.
GET
Query Parameters
The chain to use.
Available options:
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
A class representing the token.
This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
Available options:
1INCH
, AAVE
, BAL
, cbBTC
, cbETH
, CRV
, crvUSD
, DAI
, ENS
, ETHx
, FRAX
, FXS
, GHO
, KNC
, LDO
, LINK
, LUSD
, MKR
, osETH
, PYUSD
, rETH
, RPL
, rsETH
, sDAI
, SNX
, STG
, sUSDe
, tBTC
, UNI
, USDC
, USDe
, USDS
, USDT
, WBTC
, weETH
, WETH
, wstETH
, ARB
, EURS
, MAI
, USDCe
, AERO
, EUR
, VIRTUAL
Response
200
application/json
Successful Response
The price of the asset in USD.