Real-time decoded data for the AdminUpdateTokenIncentives instruction on the PumpFun program. Every time this instruction is executed on Solana, you receive the full decoded payload with 10 accounts and 5 arguments in under 50ms.
solana.pump_fun.admin_update_token_incentivesDecoded account addresses included in every AdminUpdateTokenIncentives message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| authority | PublicKey | yes | yes |
| global | PublicKey | - | - |
| global_volume_accumulator | PublicKey | - | yes |
| mint | PublicKey | - | - |
| global_incentive_token_account | PublicKey | - | yes |
| associated_token_program | PublicKey | - | - |
| system_program | PublicKey | - | - |
| token_program | PublicKey | - | - |
| event_authority | PublicKey | - | - |
| program | PublicKey | - | - |
Decoded instruction arguments included in every AdminUpdateTokenIncentives message.
| Name | Type |
|---|---|
| start_time | i64 |
| end_time | i64 |
| seconds_in_a_day | i64 |
| day_number | u64 |
| pump_token_supply_per_day | 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.pump_fun.admin_update_token_incentives","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.pump_fun.admin_update_token_incentives stream delivers decoded AdminUpdateTokenIncentives instruction data from the PumpFun program (6EF8rrecthR5...) on Solana. Each message includes 10 decoded account addresses and 5 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.