InstructionLIVE

DumpFun Mint

Real-time decoded data for the Mint instruction on the DumpFun program. Every time this instruction is executed on Solana, you receive the full decoded payload with 11 accounts and 6 arguments in under 50ms.

Topicsolana.dumpfun_dump.mint
11accounts
2signers
6writable
6arguments

Accounts

Decoded account addresses included in every Mint message.

NameTypeSignerWritable
payerPublicKeyyesyes
metadata_accountPublicKey-yes
mint_accountPublicKeyyesyes
liquidity_poolPublicKey-yes
liquidity_pool_authorityPublicKey-yes
liquidity_pool_token_accountPublicKey-yes
token_metadata_programPublicKey--
token_programPublicKey--
associated_token_programPublicKey--
system_programPublicKey--
rentPublicKey--

Arguments

Decoded instruction arguments included in every Mint message.

NameType
token_nameString
token_symbolString
token_uriString
sell_lock_periodi64
virtual_sol_reserveu64
ramping_limitsVec<struct { start_sec: i64, end_sec: i64, limit_bps: u16 }>

Subscribe to Mint

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.mint","format":"JSON"}' \
  events.nln.clr3.org:443 \
  nln.stream.v1.StreamService/Subscribe

The solana.dumpfun_dump.mint stream delivers decoded Mint instruction data from the DumpFun program (DumpFunGAgW6...) on Solana. Each message includes 11 decoded account addresses and 6 typed arguments, delivered in under 50 milliseconds from on-chain confirmation. Available in both JSON and Protobuf formats via the NoLimitNodes gRPC streaming API.

Stream DumpFun Mint data now

Get your API key and start receiving decoded instructions in seconds.