Raydium Launchpad
Fastest and easiest way to query parsed Pumpswap Data
Last updated
Was this helpful?
Fastest and easiest way to query parsed Pumpswap Data
Last updated
Was this helpful?
Raydium Launchpad is a bonding curve-based token launch platform that lets anyone launch or buy tokens on Solana. When the target raise is hit, funds are migrated to a Raydium AMM pool (or cp swap) and trading continues there.
Going through our getting started section will help you understand few basics first.
TLDR: In order to start querying protocols, follow these steps:
Get an if you don't have one.
Head to any GraphQL client of your choice, for example .
Enter the GraphQL endpoint for your preferred network
Mainnet: https://programs.shyft.to/v0/graphql/?api_key={api-key}&network=mainnet-beta
Devnet: https://programs.shyft.to/v0/graphql/?api_key={api-key}&network=devnet
Start filtering, sorting and querying data.
The schema names for pump.fun AMM are the following
raydium_launchpad_PoolState
raydium_launchpad_GlobalConfig
raydium_launchpad_PlatformConfig
out of which raydium_launchpad_PoolState is the one that we are most interested in.