Get Token Information
Information Endpoints
Get Token Information
Description: Retrieves detailed information about a specific token.
Headers:
x-api-key:YOUR_API_KEY
Query Parameters:
tokenSymbol(string): The symbol of the token.
GET
Get Token Information
Retrieves the list of token symbols available for the current API key.
Example
Response
Important
tokenSymbol may still be accepted in query, but it is currently ignored by backend logic.
GET /get-token-info does not return wallet balances.
If you need an owner’s balance for a token, use GET /get-balance-whitelist with:
tokenSymbolinvestorEmail(the owner/investor email associated with that wallet)