cURL
curl --request GET \ --url https://api.sandbox.brickken.com/get-tokenizer-info \ --header 'x-api-key: <api-key>'
{ "companyWalletAddress": "<string>", "paymentTokenAddress": "<string>", "escrowAddress": "<string>", "chainId": "<string>", "email": "<string>" }
Description: Retrieves information about the tokenizer of a specific token.
Headers:
x-api-key
YOUR_API_KEY
Query Parameters:
tokenSymbol
curl --request GET \ --url 'https://api.sandbox.brickken.com/get-tokenizer-info?tokenSymbol=EXMPL' \ --header 'x-api-key: YOUR_API_KEY'
{ "tokenizerAddress": "0x742d35Cc6634C0532925a3b8D4C9db96c4b4d8b", "tokenizerEmail": "[email protected]", "tokenSymbol": "EXMPL", "isActive": true }
The symbol of the token.
Successful response
The company's wallet address.
The payment token's address.
The escrow address.
The blockchain's chain ID.
The email of the tokenizer.