VolumeFi / paloma

The fast blockchain messenger protocol
Apache License 2.0
3 stars 2 forks source link

API: new momentum api endpoint for the MemeCoins #1341

Closed jamie088 closed 8 months ago

jamie088 commented 8 months ago

As a user, I want to see Momentum bots for each of the following Memecoins:

  1. Dogecoin
  2. Shiba Inu (Uniswap v2)
  3. Pepe (Uniswap v2)
  4. Bonk (Uniswap v3)
  5. MemeCoin (Uniswap v3)
  6. Floki (Uniswap v2)
  7. MAGA Trump (Uniswap v2)

Acceptance Criteria

  1. Use Uniswap v2 Contracts if exists. If none exists, we skip the memecoin.
  2. Create fixed query from token ID
  3. Use current UI for Momentum page
  4. Conifrm that refreshes start hourly

Please create a new momentum api endpoint for these MemeCoins to get the these token's Volume and Market data.(I want to get all these memecoin data through one API endpoint) This is an example of a link that returns the data that we want https://www.palomabot.ai/momentum/bot/?dex=uniswap_v2&lag_return=6&daily_volume=0&vol_30=100000&market_cap=1000000&token=shiba-inu

verabehr commented 8 months ago

this is a very similar request to this https://github.com/VolumeFi/paloma/issues/1308 which was closed as unable to fix

verabehr commented 8 months ago

This requires updates to the trade-bots repo which is all python code