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'
{ "companyWalletAddress": "0x0000000000000000000000000000000000000001", "paymentTokenAddress": "0x0000000000000000000000000000000000000001", "escrowAddress": "0x0000000000000000000000000000000000000002", "chainId": "aa36a7", "email": "tokenizer@example.com" }
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.