post

/v4/config/decode/safe

Decodes a Safe transaction payload back to the original campaign configurations. Returns an array of configs.

Request body

No fixed schema for this body — send any valid JSON object.
{
  
}

Responses

200
Response for status 200
Schema
any[]
Example
[
  null
]
post
https://api.merkl.xyz/v4/config/decode/safe
Merkl API
curl -X POST "https://api.merkl.xyz/v4/config/decode/safe"
Live request — this will call https://api.merkl.xyz/ for real.