dexscreener / google-sheets

51 stars 15 forks source link

How to get transaction history with token mint address? #4

Closed winer328 closed 4 weeks ago

winer328 commented 5 months ago

Hi, I want to get transaction history with token mint address with dexscreener api. So i want get data like:

  1. first Purchase date/time
  2. address of the wallet that bought
  3. Buy Sol (total amount bought in Sol)
  4. Number of purchase transactions
  5. Sell Sol (total amount sold in Sol).
  6. Number of sell transactions

I can get these data with other RPCs but it gets too long time. I think dexscreener will get shorter time. How can I get these data with one time? Thanks.

alexandrebini commented 4 weeks ago

There's no API for historical data.

winer328 commented 4 weeks ago

Thanks for your reply even though the reply is too too too slow.