verify_login_signature
LEGACY wallet flow — new integrations should use create_account and launch_campaign (API key + prepaid balance, no wallet). Second step of dashboard authentication. Verifies your wallet signature against the nonce message from get_login_nonce. Returns a sessionToken (valid 24 hours) and your campaign list. Pass the sessionToken to list_campaigns, get_campaign_details, and export_campaign_data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Exact message string returned by get_login_nonce (must match exactly) | |
| signature | Yes | Base58-encoded Ed25519 signature of the message returned by get_login_nonce | |
| walletAddress | Yes | Your Solana wallet public key (base58) |