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

Migrate API v2 endpoints #573

Open
3 of 9 tasks
franzns opened this issue Dec 13, 2023 · 1 comment
Open
3 of 9 tasks

Migrate API v2 endpoints #573

franzns opened this issue Dec 13, 2023 · 1 comment
Labels

Comments

@franzns
Copy link
Contributor

franzns commented Dec 13, 2023

Following endpoints are available on api.balancer.fi which need to be migrated:

  • Pools list fetching - /pools/
    • Used by Frontend - pools table
  • Single pool fetching - /pools//poolId
    • Used by frontend - single pool page
  • SOR - /sor #580
    • Used by Cowswap
    • Moving to beets API once SORv2 is implemented there
  • Order - /order #574
    • Maybe Used by Cowswap? (unsure if they ever switched to it)
    • Could move to beets API eventually after SOR
  • Tokens - /tokens #579
    • Not used by any services
  • /check-wallet #575
    • Used by the frontend to check if wallet is flagged by TRM
  • /tenderly #576
    • Was used by SDK, No longer used
  • /hal #577
    • Picks up new pool creations on Ethereum/Polygon/Arbitrum/Gnosis and creates a PR to allowlist it on Frontend, and allowlist tokens in Tokenlists repo
  • /defender #578
    • Same as /hal but works for Base and Avalanche too (so 6 chains total), both webhooks always run but they create the same PR with same details so it's ok if both run.
@franzns franzns added the epic label Dec 13, 2023
@franzns franzns added this to the Deprecate API v2 milestone Dec 13, 2023
@franzns
Copy link
Contributor Author

franzns commented Dec 13, 2023

Tokens, Pool list and single pool fetching supported by api v3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant