Prepare Strata Vault onboarding
strata_vault_setupRegister a session key for a wallet to enable single-signature trading across all markets. Optionally set spending limits and expiry for policy control.
Instructions
One-signature onboarding: register an external session key for a wallet. Only the wallet and the session key are needed; one session then trades every market. Policy fields are optional. A first strata_vault_deposit that names the session key does this in the same transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| marketId | No | ||
| expiresAtMs | No | ||
| walletAddress | Yes | ||
| spendingLimits | No | ||
| sessionPublicKey | Yes | ||
| maximumToleranceBps | No | ||
| minimumIntervalSeconds | No |