# GET /v4/analytics/states-meta/find-by-token/{chainId}/{identifier}

_Merkl Analytics API_

> Find storing_ids by token / identifier

Search the `state_set_descriptions` table for every storing_id whose `raw_config` references the given token contract or opportunity identifier.

Pass `chainId=0` to search across all chains.

### Path parameters

- `chainId` (string | number) _(required)_
- `identifier` (string) _(required)_

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X GET "https://analytics.merkl.xyz/v4/analytics/states-meta/find-by-token/{chainId}/{identifier}" \
  -H "x-api-key: YOUR_API_KEY"
```