Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Fetch Pool Data #83

Closed
adrianvrj opened this issue Feb 7, 2025 · 0 comments · Fixed by #84
Closed

[feat] Fetch Pool Data #83

adrianvrj opened this issue Feb 7, 2025 · 0 comments · Fixed by #84
Assignees
Labels
enhancement New feature or request hard

Comments

@adrianvrj
Copy link
Member

Description:
Implement functionality to fetch pool data from the Ekubo protocol, allowing the frontend to display relevant liquidity pool information.

Tasks:

  1. Create API Route to Fetch Pools:

    • Implement an endpoint to retrieve pool data from Ekubo.
    • Use the correct API endpoint to fetch available pools, liquidity, volume, and fees.
    • Handle missing or incomplete data.
  2. Connect Frontend to Fetch Pool Data:

    • Ensure the frontend can retrieve and display pools dynamically.
    • Implement loading states while fetching data.
  3. Testing & Validation:

    • Ensure API calls return the correct pool details.
    • Handle errors (e.g., rate limits, missing data).

Expected Outcome:

  • Pool data is successfully fetched from Ekubo.
  • Frontend dynamically updates with real-time pool information.
  • Error handling ensures smooth user experience.
@adrianvrj adrianvrj added enhancement New feature or request hard labels Feb 7, 2025
@adrianvrj adrianvrj self-assigned this Feb 7, 2025
adrianvrj added a commit to adrianvrj/lumos-frontend that referenced this issue Feb 7, 2025
adrianvrj added a commit to adrianvrj/lumos-frontend that referenced this issue Feb 7, 2025
@adrianvrj adrianvrj mentioned this issue Feb 7, 2025
1 task
adrianvrj added a commit that referenced this issue Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hard
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant