GET
/
get-api-token-info
Get Token Information
curl --request GET \
  --url https://api.sandbox.brickken.com/get-api-token-info \
  --header 'x-api-key: <api-key>'
{
  "tokenSymbols": [
    "<string>"
  ],
  "tokenizerEmails": [
    "<string>"
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

tokenSymbol
string
required

The symbol of the token.

Response

200 - application/json

Successful response

The response is of type object.