# GET /v4/analytics/states-meta/{storingId}/block-range

_Merkl Analytics API_

> Get indexed block / timestamp range for a storing_id

Return the min/max indexed `block_number` and `block_timestamp` for a storing_id. All four values are 0 when the storing_id has no indexed state yet.

### Path parameters

- `storingId` (string) _(required)_

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X GET "https://analytics.merkl.xyz/v4/analytics/states-meta/{storingId}/block-range" \
  -H "x-api-key: YOUR_API_KEY"
```