Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 591 Bytes

File metadata and controls

18 lines (13 loc) · 591 Bytes

Raydium AMM Pool Info Fetch By grpc

Overview

This project is designed to fetch state information from Raydium AMM Pools. Given a Pool ID, it retrieves various details such as BaseToken Price, Pool Liquidity and Pool marketcap. Also, by using this backend, we can do off-chain swap based on constant product.

Features

  • Fetches detailed information about Raydium AMM Pools using a Pool ID.
  • Provides information such as:
    • Market ID
    • BaseToken Price in Sol and USD
    • Pool Liquidity
    • Pool Marketcap
    • Off-chain Swap

Author

aimaster-dev