Real-time decoded data for the WithdrawAllTokenTypes instruction on the Lifinity AMM V2 program. Every time this instruction is executed on Solana, you receive the full decoded payload with 10 accounts and 3 arguments in real time.
solana.lifinity_amm_v2.withdraw_all_token_typesDecoded account addresses included in every WithdrawAllTokenTypes message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| amm | PublicKey | - | yes |
| authority | PublicKey | - | - |
| user_transfer_authority_info | PublicKey | yes | - |
| source_info | PublicKey | - | yes |
| token_a | PublicKey | - | yes |
| token_b | PublicKey | - | yes |
| pool_mint | PublicKey | - | yes |
| dest_token_a_info | PublicKey | - | yes |
| dest_token_b_info | PublicKey | - | yes |
| token_program | PublicKey | - | - |
Decoded instruction arguments included in every WithdrawAllTokenTypes message.
| Name | Type |
|---|---|
| pool_token_amount | u64 |
| minimum_token_a_amount | u64 |
| minimum_token_b_amount | u64 |
Connect and start receiving decoded data in seconds.
grpcurl \
-H 'x-api-key: YOUR_API_KEY' \
-import-path . \
-proto program-streams.proto \
-d '{"topic":"solana.lifinity_amm_v2.withdraw_all_token_types","format":"JSON"}' \
events.mainnet.solana.nolimitnodes.com:443 \
nln.stream.v1.StreamService/SubscribeThe solana.lifinity_amm_v2.withdraw_all_token_types stream delivers decoded WithdrawAllTokenTypes instruction data from the Lifinity AMM V2 program (2wT8Yq49kHgD...) on Solana. Each message includes 10 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.