Real-time decoded data for the BuyTokensWithExactSol instruction on the DumpFun program. Every time this instruction is executed on Solana, you receive the full decoded payload with 11 accounts and 2 arguments in under 50ms.
solana.dumpfun_dump.buy_tokens_with_exact_solDecoded account addresses included in every BuyTokensWithExactSol message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| user | PublicKey | yes | yes |
| platform_fee_wallet | PublicKey | - | yes |
| mint_account | PublicKey | - | yes |
| liquidity_pool | PublicKey | - | yes |
| liquidity_pool_authority | PublicKey | - | yes |
| liquidity_pool_token_account | PublicKey | - | yes |
| user_token_account | PublicKey | - | yes |
| token_program | PublicKey | - | - |
| associated_token_program | PublicKey | - | - |
| system_program | PublicKey | - | - |
| rent | PublicKey | - | - |
Decoded instruction arguments included in every BuyTokensWithExactSol message.
| Name | Type |
|---|---|
| sol_in | u64 |
| min_token_out | u64 |
Connect and start receiving decoded data in seconds.
grpcurl -plaintext \
-H 'x-eventstream-policy: {"version":1,"allowed_programs":"all","allowed_topics":"all"}' \
-d '{"topic":"solana.dumpfun_dump.buy_tokens_with_exact_sol","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.dumpfun_dump.buy_tokens_with_exact_sol stream delivers decoded BuyTokensWithExactSol instruction data from the DumpFun program (DumpFunGAgW6...) on Solana. Each message includes 11 decoded account addresses and 2 typed arguments, delivered in under 50 milliseconds from on-chain confirmation. Available in both JSON and Protobuf formats via the NoLimitNodes gRPC streaming API.
Get your API key and start receiving decoded instructions in seconds.