Complete wallet login
auth_wallet_completeFinish wallet login: submit the signature and flow ID to authenticate, and store the PASETO token in the session for subsequent API requests.
Instructions
Complete wallet login (POST /api/v2/auth). Stores the PASETO in this MCP session for subsequent tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Optional referral code on first signup | |
| flow_id | Yes | ||
| signature | Yes | Signature over the challenge message | |
| public_key | No | Required for Solana |