login
Authenticate with an EVM wallet by submitting a personal_sign signature to obtain a 24-hour session token for accessing Nexus Exchange tools.
Instructions
Sign in with an EVM wallet to get a 24h session token. Submit an EIP-191 personal_sign signature over the exact message "Sign in to Nexus Exchange". This server cannot sign for you — produce the signature in the wallet and pass it as signature. The returned token is used as the Bearer credential for the *_api_key tools (set it as NEXUS_EXCHANGE_SESSION_TOKEN). No credentials needed to call this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Signed message. Must be exactly "Sign in to Nexus Exchange" (the default if omitted). | |
| signature | Yes | EIP-191 personal_sign hex (0x-prefixed, 65 bytes) over the login message. |