Real-time decoded data for the CreateProvider instruction on the BonkSwap program. Every time this instruction is executed on Solana, you receive the full decoded payload with 13 accounts and 3 arguments in under 50ms.
solana.bonkswap_bonkswap.create_providerDecoded account addresses included in every CreateProvider message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| pool | PublicKey | - | yes |
| farm | PublicKey | - | yes |
| provider | PublicKey | - | yes |
| token_x | PublicKey | - | - |
| token_y | PublicKey | - | - |
| pool_x_account | PublicKey | - | yes |
| pool_y_account | PublicKey | - | yes |
| owner_x_account | PublicKey | - | yes |
| owner_y_account | PublicKey | - | yes |
| owner | PublicKey | yes | yes |
| system_program | PublicKey | - | - |
| token_program | PublicKey | - | - |
| rent | PublicKey | - | - |
Decoded instruction arguments included in every CreateProvider message.
| Name | Type |
|---|---|
| token_x_amount | struct { v: u64 } |
| token_y_amount | struct { v: u64 } |
| bump | 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.bonkswap_bonkswap.create_provider","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.bonkswap_bonkswap.create_provider stream delivers decoded CreateProvider instruction data from the BonkSwap program (BSwp6bEBihVL...) on Solana. Each message includes 13 decoded account addresses and 3 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.