Every bonding-curve buy and sell on Raydium Launchpad, from a token's first trade to the moment it graduates, decoded and USD-priced at block time.
Coverage
Full historyto Sep 22, 2026 · yesterday
Tables
2Parquet, one prefix each
Columns
146across 2 tables
Coverage ends yesterday, UTC
Overview
Complete historical record of Raydium Launchpad (LanMV9sAd7wArD4vJFi2qDdfnVhFxYSUg6eADduJ3uj) on Solana: every bonding-curve trade and every curve reserve change, at slot resolution.
Launchpad is Raydium's token launch program. A new token trades against a bonding curve rather than a liquidity pool, and once the curve fills the token graduates into a Raydium CPMM pool. This dataset covers the pre-graduation phase: the trades are decoded from the program instructions and priced in USD at block time, and each curve event carries both the change amount and the resulting reserve for base and quote tokens.
Use cases
Token launch research: who buys first, how fast a curve fills, which launches graduate
Early-buyer and sniper detection at slot resolution
Bonding-curve price and reserve reconstruction at any slot
Linking a launch to its graduated CPMM pool for full-lifecycle analysis
2 tables
146 columns · free sample for each table
raydium_launchpad_trades
82 columns
One row per buy or sell executed against a Raydium Launchpad bonding curve, with buy and sell sides, token metadata and USD pricing.
datashare/solana/raydium_launchpad/dex_trades<start_slot>_<end_slot>.parquet100 slots per file
raydium_launchpad_trades82 columnsOne row per buy or sell executed against a Raydium Launchpad bonding curve, with buy and sell sides, token metadata and USD pricing.
ColumnTypeDescription
Block4
Block_DateDateUTC date of the block
Block_HeightUInt64Block height
Block_SlotUInt64Solana slot
Block_TimeDateTimeBlock timestamp, UTC
Instruction7
Instruction_CallPathArrayNested call path of the instruction
Instruction_ExternalSeqNumberUInt64Sequence number of the outer instruction
Instruction_IndexUInt64Position of the instruction within the transaction
Instruction_InternalSeqNumberUInt64Sequence number of the inner instruction
Instruction_Program_AddressStringProgram that executed the instruction
Instruction_Program_MethodStringDecoded program method, for example buy_exact_in
Instruction_Program_NameStringDecoded program name
raydium_launchpad_pools64 columnsOne row per bonding-curve reserve change, with the change amount and the resulting reserve for both sides, USD-valued at block time.
ColumnTypeDescription
Block3
Block_DateDateUTC date of the block
Block_SlotUInt64Solana slot
Block_TimeDateTimeBlock timestamp, UTC
Instruction7
Instruction_CallPathArrayNested call path of the instruction
Instruction_ExternalSeqNumberUInt64Sequence number of the outer instruction
Instruction_IndexUInt64Position of the instruction within the transaction
Instruction_InternalSeqNumberUInt64Sequence number of the inner instruction
Instruction_Program_AddressStringProgram that executed the instruction
Instruction_Program_MethodStringDecoded program method, for example buy_exact_in
Instruction_Program_NameStringDecoded program name
Pool_BaseCurrency6
Pool_BaseCurrency_ChangeAmountDecimalBase-token amount added to or removed from the curve by this event, decimal adjusted
Pool_BaseCurrency_ChangeAmountInUSDFloat64Base-token change valued in USD at block time
Pool_BaseCurrency_PostAmountDecimalBase-token curve reserve after the event, decimal adjusted
Pool_BaseCurrency_PostAmountInUSDFloat64Base-token reserve after the event, valued in USD at block time
Pool_BaseCurrency_PriceFloat64Base-token price in quote-token units after the event
Pool_BaseCurrency_PriceInUSDFloat64Base-token price in USD at block time
Pool_Dex3
Pool_Dex_ProgramAddressStringRaydium Launchpad program address (LanMV9sAd7wArD4vJFi2qDdfnVhFxYSUg6eADduJ3uj)
Send this dataset’s full schema to an assistant and ask it anything. It reads the plain-text brief ↗ first, so the answer comes from the real column list rather than a guess.
Two Parquet tables: raydium_launchpad_trades and raydium_launchpad_pools, with 146 documented columns. Full history to yesterday, refreshed daily.
How does this relate to the Raydium CPMM dataset?
Launchpad covers a token's bonding-curve phase; once the curve fills, the token graduates into a Raydium CPMM pool and its later trading appears in the Raydium CPMM dataset. Buy both to follow a launch from first trade through post-graduation trading.
Why does activity come in bursts?
Launch activity is event-driven rather than continuous. A popular launch can fill hundreds of trades into a handful of slots while neighbouring slots hold none, so slot-range samples vary widely in row count.
How is the data delivered?
As flat Parquet files under a stable S3 layout, one prefix per table, with a JSON manifest listing every file and its sha256. Signed HTTPS links are emailed to you once the files are prepared.
How current is the data?
Refreshed daily with T+1 latency. A purchase made today includes everything up to yesterday.
Can I try before I buy?
Yes. Every table links to a public sample file with real records, and the sample bucket holds full Parquet files you can load directly. No email address required.