Merkl Developer Portal logo
get

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

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.

Storing sets holding decrypted confidential amounts (Zama ERC-7984 plaintext balances) are omitted: their states are withheld, so naming the id here would only hand back the key every other route takes.

Path parameters

chainIdnumber | string
required

Chain ID to filter by (0 = all chains)

identifierstring
required

Token contract address (or any opportunity identifier) to search for

Responses

200
Response for status 200
Schema
object
storingIdsstring[]
required
List of storing_ids whose raw_config references the token/identifier
Example
{
  "storingIds": [
    "string"
  ]
}