Skip to main content
URL: https://xapi.duelduck.com/auth/sign-in-wallet Authenticates a user using a connected crypto wallet (e.g., Solana Phantom). Accepts wallet-related data and returns user data with JWT tokens.

Request

Wallet sign in request. Secret is the signature of the public address in base64 format. Type: object. Request content type: application / json . Body:

Responses

Response content type: application / json .

Code 200

Successfully authenticated.

Code 400

Invalid request data.

Code 401

Unauthorized - Invalid wallet signature or data.

Code 403

Forbidden - Bot detected - verification failed.

Code 404

User not found.

Code 500

Internal server error.