
get
/v4/campaigns/tx
Get campaign IDs from a creation transaction hashRetrieve the campaign ID(s) created by a given campaign-creation transaction hash.
Query parameters
hashstringrequired
chainIdnumber | stringrequired
Responses
200Response for status 200
Schema
string[]
Example
[ "string" ]
get
https://api.merkl.xyz/v4/campaigns/tx?hash=&chainId=curl -X GET "https://api.merkl.xyz/v4/campaigns/tx?hash=0x0000000000000000000000000000000000000000000000000000000000000000&chainId=1"