blinks_executeAction
Execute Solana actions: send wallet to Action endpoint, receive transaction to sign. Fill template variables with key-value parameters.
Instructions
Execute a Solana Action — sends wallet to the Action endpoint and receives a transaction to sign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Key-value parameters to fill Action template variables | |
| wallet | Yes | User wallet to sign the transaction | |
| actionUrl | Yes | Action endpoint URL (from getAction links) |