EveripediaNetwork / issues

Issues repo
9 stars 0 forks source link

inclusion of /price slash command to IQGPTChatBot #2506

Closed Softdev1 closed 6 months ago

Softdev1 commented 6 months ago

Description:

We would like to include /price slash command to get basic tokenomics of a particular token like Price, Price change in 24hrs, Trade volume, Marketcap, Full diluted Marketcap, where it is been traded including a graph of it.

kesar commented 6 months ago

can we add screenshots when a task like this is completed? @Softdev1 / @Adebesin-Cell

Softdev1 commented 6 months ago

can we add screenshots when a task like this is completed? @Softdev1 / @Adebesin-Cell

@Adebesin-Cell Can you please provide a screenshot as evidence that the task has been completed? Kindly do so as soon as possible.

Adebesin-Cell commented 6 months ago

https://github.com/EveripediaNetwork/issues/assets/66301634/342aac1c-43c6-4445-a950-e6ea2e277ad3

Adebesin-Cell commented 6 months ago

fixed here https://github.com/EveripediaNetwork/iq-search/commit/c7e5361dc0ca65d44aa34f67090f2697d9eb467b

Image

kesar commented 6 months ago

bot should react to /price current price it has too little decimals and its rounding price of iq is not 0.01 atm marketcap has decimals which its not needed mcap could be 153M it misses the volume (that i think we can get it from wherever we are requesting) marketcap change not sure what it means by +1.07M% its missing 1h - 24h - 7days instead of 7d / 30d / 1y

again, revisit the screenshot i sent from a similar bot and ensure data is correct before closing tasks.

We all should know that price of our company is not 0.01

Adebesin-Cell commented 6 months ago

Okay ser

Adebesin-Cell commented 6 months ago

@kesar

https://github.com/EveripediaNetwork/issues/assets/66301634/66fd8633-3251-4dbd-960c-3a122ba6a2de

Royal-lobster commented 6 months ago

@Adebesin-Cell Volume can also be formatted like Marketcap. also change these

7d, 30d, 1y CleanShot 2024-04-19 at 11 48 38@2x

To 1h, 24h, 7d CleanShot 2024-04-19 at 11 49 02@2x

I think probably we should just copy them, cuz they also have H|L, Cap ranking

CleanShot 2024-04-19 at 11 49 55@2x

Royal-lobster commented 6 months ago

How about this ?


IQ (iq) Token Overview

💵 Price: $0.0082 📊 H|L: $0.12 | $0.083 📉 1h: -23.76% 📉 24h: -39.01% 📈 7d: +30.18%

🏙️ Cap: 98th | $153M 💧 Vol: 4.7M

Adebesin-Cell commented 6 months ago

How about this ?

IQ (iq) Token Overview

💵 Price: $0.0082 📊 H|L: $0.12 | $0.083 📉 1h: -23.76% 📉 24h: -39.01% 📈 7d: +30.18%

🏙️ Cap: 98th | $153M 💧 Vol: 4.7M

Ha, cool.

Adebesin-Cell commented 6 months ago

7d

https://github.com/EveripediaNetwork/iq-search/pull/467

Fixed changes in this PR.

Media

Screenshot 2024-04-19 at 10 31 41 AM
Royal-lobster commented 6 months ago

Looks good !!