# Get intelligence on a token by CoinGecko pricing ID Retrieve basic token info using the CoinGecko pricing ID. Endpoint: GET /intelligence/token/{id} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `id` (string, required) The CoinGecko ID (e.g. "bitcoin", "ethereum"). ## Response 200 fields (application/json): - `identifier` (object) - `identifier.pricingID` (string) Example: "bitcoin" - `name` (string) Example: "Bitcoin" - `symbol` (string) Example: "btc" - `tvTicker` (string,null) Example: "BINANCE:BTCUSDT" ## Response 400 fields (application/json): - `error` (string) Example: "Bad request" ## Response 401 fields (application/json): - `error` (string) Example: "API key missing or invalid" ## Response 404 fields (application/json): - `error` (string) Example: "Not found"