InstructionLIVE

Moonshot TokenMint

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

Topicsolana.moonshot.token_mint
11accounts
3signers
5writable
8arguments

Accounts

Decoded account addresses included in every TokenMint message.

NameTypeSignerWritable
senderPublicKeyyesyes
backend_authorityPublicKeyyes-
curve_accountPublicKey-yes
mintPublicKeyyesyes
mint_metadataPublicKey-yes
curve_token_accountPublicKey-yes
config_accountPublicKey--
token_programPublicKey--
associated_token_programPublicKey--
mpl_token_metadataPublicKey--
system_programPublicKey--

Arguments

Decoded instruction arguments included in every TokenMint message.

NameType
nameString
symbolString
uriString
decimalsu8
collateral_currencyu8
amountu64
curve_typeu8
migration_targetu8

Subscribe to TokenMint

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

The solana.moonshot.token_mint stream delivers decoded TokenMint instruction data from the Moonshot program (MoonCVVNZFSY...) on Solana. Each message includes 11 decoded account addresses and 8 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 Moonshot TokenMint data now

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