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
Responses
200Response for status 200
Schema
any
Example
null
get
https://api.merkl.xyz/v4/config/decode/{distributionChainId}/{payload}curl -X GET "https://api.merkl.xyz/v4/config/decode/{distributionChainId}/{payload}"Fill the required path parameters distributionChainId, payload to send.