GET
/
get-api-balance-whitelist
Get Balance and Whitelist Status
curl --request GET \
  --url https://api.sandbox.brickken.com/get-api-balance-whitelist \
  --header 'x-api-key: <api-key>'
{
  "bknFees": "<string>",
  "senderBalance": "<string>"
}

Authorizations

x-api-key
string
header
required

Query Parameters

tokenSymbol
string
required

The symbol of the token.

investorEmail
string
required

The email of the investor.

Response

200 - application/json

Successful response

The response is of type object.