cURL
curl --request GET \ --url https://api.sandbox.brickken.com/get-token-info \ --header 'x-api-key: <api-key>'
{ "tokenSymbols": [ "<string>" ], "tokenizerEmails": [ "<string>" ] }
Description: Retrieves detailed information about a specific token.
Headers:
x-api-key
YOUR_API_KEY
Query Parameters:
tokenSymbol
chainId
curl --request GET \ --url 'https://api.sandbox.brickken.com/get-token-info?tokenSymbol=EXMPL&chainId=0x89' \ --header 'x-api-key: YOUR_API_KEY'
{ "name": "Example Token", "symbol": "EXMPL", "totalSupply": "1000000000000000000000", "decimals": 18, "contractAddress": "0x742d35Cc6634C0532925a3b8D4C9db96c4b4d8b" }
The symbol of the token.
Successful response
List of token symbols.
List of tokenizer emails.