solknife_portfolio_compose_execute
Submit a wallet-signed portfolio compose transaction after top-level program allowlist verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | A Solana address in base58, 32-44 chars. | |
| signedTransaction | Yes | The base64 VersionedTransaction returned by the matching /build call, signed with your key. Do not submit it yourself; this endpoint submits it. | |
| lastValidBlockHeight | Yes | The `lastValidBlockHeight` returned alongside the unsigned tx by /build. Past this block height the tx can no longer land. |