Get Investors Information
Returns detailed information about an individual investor, including personal details, KYC verification link, wallet address, investor type, and a list of all past investments. Each investment entry includes transaction details such as amount, currency, status, associated token, and offering metadata
Query Parameters
tokenSymbol(required): Token symbolemail(required): Investor email
Example
Response
Authorizations
Query Parameters
The symbol of the token.
The email address of the investor.
Response
Succesful response
User's email address.
"investor@example.com"
User's first name.
"John"
User's last name (derived from firstSurname).
"Doe"
URL related to the user's KYC status/process.
"https://kyc.example.com/user/123"
URL or identifier for the user's profile picture.
"https://images.example.com/profiles/john_doe.jpg"
User's associated wallet address.
"0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B"
Type classification of the user.
"INVESTOR_INDIVIDUAL"
An array containing the user's investment details.