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.
solana.moonshot.token_mintDecoded account addresses included in every TokenMint message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| sender | PublicKey | yes | yes |
| backend_authority | PublicKey | yes | - |
| curve_account | PublicKey | - | yes |
| mint | PublicKey | yes | yes |
| mint_metadata | PublicKey | - | yes |
| curve_token_account | PublicKey | - | yes |
| config_account | PublicKey | - | - |
| token_program | PublicKey | - | - |
| associated_token_program | PublicKey | - | - |
| mpl_token_metadata | PublicKey | - | - |
| system_program | PublicKey | - | - |
Decoded instruction arguments included in every TokenMint message.
| Name | Type |
|---|---|
| name | String |
| symbol | String |
| uri | String |
| decimals | u8 |
| collateral_currency | u8 |
| amount | u64 |
| curve_type | u8 |
| migration_target | u8 |
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/SubscribeThe 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.
Get your API key and start receiving decoded instructions in seconds.