Skip to main content
Retrieves information about a specific investor.

Query Parameters

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

Example

curl --request GET \
  --url 'https://api.sandbox.brickken.com/get-investor-info?tokenSymbol=EXMPL&[email protected]' \
  --header 'x-api-key: YOUR_API_KEY'

Response

{
  "email": "[email protected]",
  "kycStatus": "approved",
  "whitelistStatus": true
}