Verify Login
Verify Web3 authentication and complete login process
Request Body
The Ethereum wallet address of the user attempting to login
The signature created by signing the verification code with the user’s private key. Message: I want to login on Copin.io at ${time}. Login code: ${verifyCode}
Date-time of the verification request
Optional referral code to apply to the user’s account
Request Example
Response
Unique identifier for the user
User’s wallet address used as username
User’s role in the system (e.g., “guest”, “user”, “admin”)
Indicates if the user account is blocked
Indicates if the user account is activated
Note about block reason if the account is blocked
User’s referral code that can be shared with others
Indicates if the user skipped entering a referral code
Number of copy trades the user can create
User’s subscription plan level
Timestamp when the user account was created
JWT token to be used for authenticated API calls
Indicates if the user has added a referral code