ultrade_wallet_key_message
Generate authentication messages to add or revoke trading keys for wallet management in the Ultrade trading system.
Instructions
Generate message from the trading key data
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tkAddress | Yes | Trading key algorand address | |
| loginAddress | Yes | Login wallet address | |
| loginChainId | Yes | Wormhole chain id | |
| expiredDate | Yes | UTC timestamp in miliseconds; If not set then no expiration | |
| addKey | Yes | Add a trading key if true, otherwise revoke | |
| type | Yes | Type of trading key | |
| walletToken | Yes | Login session token |