# Get historical data for an entity Returns historical USD snapshots for the specified entity. Endpoint: GET /history/entity/{entity} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `entity` (string, required) The entity ID. ## Response 200 fields (application/json): - `time` (string) Example: "2025-08-26T10:01:30.071Z" - `usd` (number) Example: 20468.10700821187 ## Response 400 fields (application/json): - `error` (string) Example: "Bad request" ## Response 401 fields (application/json): - `error` (string) Example: "API key missing or invalid"