Parameters7
| Parameter | Type | Default | Example |
|---|---|---|---|
authSignature | string | null | EIP-191 signature signed by operatorAddress (POST body) |
chainId | string | null | EVM chain ID (1, 42161, 8453, 137, 10, 56, 130) (POST body) |
confirmExecution | string | null | Set true for auto-execute in delegated mode (POST body) |
executionMode | string | null | manual | delegated, default manual (POST body) |
messages | string | null | Array of {role, content} chat messages (POST body) |
operatorAddress | string | null | Vault owner wallet address (POST body) |
vaultAddress | string | null | Rigoblock vault contract address (POST body) |