How do I access DeFi protocol information using the DIA oracle system?
The oracle exists on multiple blockchains and contains information about DeFi protocols. You can access a quotation of the current lending and borrowing rates and the as well as the timestamp of the last update.
Call getCoinInfo(protocol_name) with protocol_name being the full protocol name in capital letters, such as COMPOUND. You can use the "Read" section on Etherscan to execute this call.
3.
The response of the call contains four values:
1.
The lending rate with a fix-comma notation of five decimals.
2.
The borrowing rate with a fix-comma notation of five decimals.