Inputs

raydium_amm_events_with_time
Package ref
raydium-amm-events-with-time@v0.2.2Run package
CLI
Run raydium_amm_events from the command line.
substreams run raydium-amm-events-with-time@v0.2.2 raydium_amm_events -e solana --start-block -1substreams auth or directly on thegraph.market (see docs).README
raydium-amm-substream
Stream Raydium events with substreams.
Usage
substreams gui raydium-amm-events
If you see no output, please check that you have set a starting block, e.g. substreams gui raydium-amm-events -s 300000000.
Suported events include swap, initialize, deposit and withdraw. For more information, refer to the protobuf specification.
Modules
Execution graph
Show 8 dependencies
Output
sf.solana.type.v1.BlockInputs
Output
sf.substreams.index.v1.Keys
Inputs
Output
sf.substreams.index.v1.Keys
Output
sf.substreams.solana.v1.Transactions
Inputs
Output
sf.substreams.solana.v1.Transactions
Inputs
`blocks_without_votes` allows you to consume a full Solana Block without Vote instructions (`Vote111111111111111111111111111111111111111`). If you consume it on HISTORICAL data (+1000 blocks from HEAD), you will be reading from the StreamingFast cache, thus saving costs on the amount of TB read.
Output
sf.solana.type.v1.BlockInputs
`filtered_transactions_without_votes` allows you to consume transactions containing instructions from specific program_id based on a filter string. Supported operators are: logical or `||`, logical and `&&` and parenthesis: `()`. Example: to only consume TRANSACTIONS containing Token or ComputeBudget instructions: `program:TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA || program:ComputeBudget111111111111111111111111111111`. Transactions containing `Vote111111111111111111111111111111111111111` are always excluded.
Inputs
Output
sf.substreams.index.v1.Keys
