get_login_nonce
LEGACY wallet flow — new integrations should use create_account and launch_campaign (API key + prepaid balance, no wallet). First step of dashboard authentication. Returns a nonce and a message string that you must sign with your Solana wallet. The signed message is then passed to verify_login_signature to receive a session token. Nonces expire after 5 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletAddress | Yes | Your Solana wallet public key (base58) |