post
/v4/config/decode/args/createCampaign
Decodes arguments of the create campaign function back to the original campaign configuration.
Request body
object
distributionChainIdnumber | stringrequired
Chain ID where the campaign is being createdargsanyrequired
Arguments of the call to the createCampaign functionResponses
200Response for status 200
Schema
any
Example
null
post
https://api.merkl.xyz/v4/config/decode/args/createCampaigncurl -X POST "https://api.merkl.xyz/v4/config/decode/args/createCampaign" \
-H "Content-Type: application/json" \
-d '{ "distributionChainId": 0, "args": null }'Current params
{
"body": {
"distributionChainId": 0,
"args": null
}
}Live request — this will call https://api.merkl.xyz/ for real.