
get
/v4/config/decode/{distributionChainId}/{payload}
Decodes campaign from a raw payload. Use distributionChainId and payload (hex string) path parameters.
Path parameters
distributionChainIdnumber | stringrequired
payloadstringrequired
Encoded campaign creation transaction
Responses
200Response for status 200
Schema
any
Example
null
get
https://api.merkl.xyz/v4/config/decode//curl -X GET "https://api.merkl.xyz/v4/config/decode/1/0x"