Skip to content

aantia/RaydiumAPYScraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RaydiumAPYScraper

A prototype of scraping APY data of farms and LPs on Raydium with async I/O.

Only necessary Solana API calls that are relevant to APY scraping were rewritten in async version.

Fee APR and token price were retrieved from Raydium API endpoint (api.raydium.io).

The output includes:

  1. LP share supply and LP share price.
  2. Token price.
  3. The amount of each token in the LP, i.e. LP composition.
  4. Liquidity value.
  5. Staking LP APR.
  6. Fee APR (i.e. 1 Yr Fee / Liquidity).

Feedback is welcomed.

How to run the scraper?

python driver.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 92.7%
  • Python 7.3%