# Get intelligence on a token by chain/address Retrieve basic token info using chain + contract address. Endpoint: GET /intelligence/token/{chain}/{address} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `chain` (string, required) - `address` (string, required) ## 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"