EveripediaNetwork / issues

Issues repo
9 stars 0 forks source link

Integrate Defi Llama API to IQGPT #1858

Closed Softdev1 closed 11 months ago

Softdev1 commented 12 months ago

Description

We need to address queries related to total volume locked and other important defi data through iq-gpt

Goal

To increase the scope of answers and attract more traffic by adding the new api

s-1-n-t-h commented 12 months ago

PR1 (Refactorings and Answers few queries with api): https://github.com/EveripediaNetwork/iq-search/pull/280

PR2: ( TVL, YIELDS, Fees & Revenue Sections Addition) https://github.com/EveripediaNetwork/iq-search/pull/296/

PR3: (Coins, StableCoins, Bridges, Abi-Decoders, Volumes)https://github.com/EveripediaNetwork/iq-search/pull/301

s-1-n-t-h commented 11 months ago

Reopening to address the blocker identified, in the subsequent prs:

Blocker: The whole api has different base urls to be used depending on the section of api we r trying to use.. for example tvl has different base url (https://api.llama.fi/) , yields has (https://yields.llama.fi/), stablecoins (https://stablecoins.llama.fi) and others.

Sections in API:

Screenshot 2023-10-17 at 22 29 33
s-1-n-t-h commented 11 months ago

added a fix to use different base urls in dynamic way .

Image Image Image

Softdev1 commented 11 months ago

Please I would want to know the progress of this issue, we need to finish before the close of the sprint, let me know if you are blocked @Tolu-Mals @s-1-n-t-h

s-1-n-t-h commented 11 months ago

added wrapper for fees and revenue section

Image Image

s-1-n-t-h commented 11 months ago

protocol based tvls

Image Image