# Getting Currency by Id Endpoint: GET /currency/{id} Version: v3.0: 3.26.2.2 Security: Auth API User Token ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `id` (string) - `currencyCode` (string,null) - `date` (string) - `exchangeRate` (number) - `lastUpdated` (string) ## Response 500 fields (application/json): - `message` (string,null) - `errors` (array,null) - `errors.extensions` (string,null) ## Response 429 fields