Skip to main content
GET
DeFi Protocols Collateral Information
It takes into consideration outstanding loans, contracts’ balance and compares it to synthetic token issuance. This helps to make sure that all assets are fully collateralized. Currently only Aave V2 and Aave V3 are supported on Ethereum and Avalanche blockchains. It is possible to receive collateral information for a single token by using token filter as in example below:

https://api.diadata.org/v1/synthasset/Avalanche/Aave-V3?address=0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7

To receive all asset updates data during the selected period use starttime and endtime filter parameters with timestamps as inputs. Here is an example:

https://api.diadata.org/v1/synthasset/Avalanche/Aave-V3?address=0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7\&starttime=1664502770\&endtime=1664531570

Path Parameters

string
required
Ethereum or Avalanche
string
required
Aave
string
Token contract address. You can use either underlying token address or synthetic token to receive the data
integer
Unix timestamp setting the start of the return array
integer
Unix timestamp setting the end of the return array
As part of our migration to DIA’s next-generation oracle infrastructure, Lumina, the hosted DIA REST API is being deprecated and will be discontinued on 20 December 2026. This affects the REST endpoints under https://api.diadata.org/v1.If your protocol relies on these, please email support@diadata.org and confirm that you are using them. We will provide you with a migration path so you can continue accessing the same data through Lumina without interruption. Integrations that don’t reach out may lose access after the deprecation date.