
get
/v4/analytics/states-meta/find-by-token/{chainId}/{identifier}
Find storing_ids by token / identifierSearch 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 | stringrequired
Chain ID to filter by (0 = all chains)
identifierstringrequired
Token contract address (or any opportunity identifier) to search for
Responses
200Response for status 200
Schema
object
storingIdsstring[]required
List of storing_ids whose raw_config references the token/identifierExample
{
"storingIds": [
"string"
]
}get
https://analytics.merkl.xyz/v4/analytics/states-meta/find-by-token//curl -X GET "https://analytics.merkl.xyz/v4/analytics/states-meta/find-by-token/1/0x4F5923Fc5FD4a93352581b38B7cD26943012DECF"