GET
/
get-api-tokenizer-info
Get Tokenizer Information
curl --request GET \
  --url https://api.sandbox.brickken.com/get-api-tokenizer-info \
  --header 'x-api-key: <api-key>'
{
  "companyWalletAddress": "<string>",
  "paymentTokenAddress": "<string>",
  "escrowAddress": "<string>",
  "chainId": "<string>",
  "email": "<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.