Skip to main content
GET
Get investors information
Retrieves information about a specific investor.

Query Parameters

  • tokenSymbol (required): Token symbol
  • email (required): Investor email

Example

Response

Authorizations

x-api-key
string
header
required

Query Parameters

tokenSymbol
string
required

The symbol of the token.

email
string
required

The email address of the investor.

Response

200 - application/json

Succesful response

email
string<email>

User's email address.

Example:

"investor@example.com"

firstName
string

User's first name.

Example:

"John"

lastName
string

User's last name (derived from firstSurname).

Example:

"Doe"

kycUrl
string<url>

URL related to the user's KYC status/process.

Example:

"https://kyc.example.com/user/123"

profilePicture
string<url>

URL or identifier for the user's profile picture.

Example:

"https://images.example.com/profiles/john_doe.jpg"

walletAddress
string

User's associated wallet address.

Example:

"0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B"

type
string

Type classification of the user.

Example:

"INVESTOR_INDIVIDUAL"

investments
object[]

An array containing the user's investment details.