GET /api/v1/users/?email="?"
/api/v1/users/?email="?"
GET /api/v1/users/?walletAddress="?"
/api/v1/users/?walletAddress="?"
Endpoint use to Get User Infomation by Email or Wallet Address.
Please use environment variable User.
email
string
Yes
User Email Address
walletAddress
User Wallet Address
status
Response Status
user
object
Response User Data
user :
id
User Id
User Email
kyc
User KYC Infomation
kyc :
enum
User KYC Status
firstName
User First Name
lastName
User Last Name
country
User Country
applicantPlatform
Applicant Platform
phone
Phone Number
status :
Include: ['not_started', 'pending', 'approved', 'rejected']
['not_started', 'pending', 'approved', 'rejected']
Last updated 1 month ago