Raydium Launchpad
Fastest and easiest way to query parsed Pumpswap Data
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.
Getting StartedTLDR: In order to start querying protocols, follow these steps:
Get an API key if you don't have one.
Head to any GraphQL client of your choice, for example Hasura.
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.
Last updated
Was this helpful?