API docs
Endpoints
Oracle Pricing
Latest oracle price for every tracked token. Returns token addresses and their current oracle price, oracle source and update timestamp.
GET
/v2/pricing/latest
Query parameters
-
apiKey
Your Aavescan API key.
Example query
curl "https://api.aavescan.com/v2/pricing/latest?apiKey=YOUR_KEY"
Example response (snippet)
[
{
"marketSlug": "aave-v3-ethereum",
"currency": "USD",
"oracle": "0x54586bE62E3c3580375aE3723C145253060Ca0C2",
"lastUpdated": "2026-05-09T15:06:37.767Z",
"prices": [
{
"asset": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"price": "2305.46338155"
},
{
"asset": "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
"price": "2845.03252108"
},
{
"asset": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
"price": "80180.64635406"
}
]
}
]