# Get Badge metadata Endpoint: GET /badges/c/{contractAddress}/b/{tokenId} Version: 1.0.0 ## Path parameters: - `contractAddress` (string, required) Example: "0x8E618876B960E5e2BC76ADb38155251877A2c5d1" - `tokenId` (string, required) Example: "78819804847991891929675112938372578562447166123909758354093252150865352382960" ## Response 200 fields (application/json): - `tokenId` (string, required) - `name` (string) - `description` (string) - `external_url` (string) - `attributes` (array) - `image` (string) - `background_color` (string)