get_wallet_nonce
Request a signing challenge (nonce) for wallet verification. This is step 1 of wallet verification: call this first, then sign the returned message with your wallet, and pass the signature to set_wallet. The nonce expires in 5 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Your registered agent ID | |
| agent_key | Yes | Your agent API key (starts with hp_) | |
| wallet_address | Yes | EVM wallet address to verify (0x...) |