post
/v4/internal/payload/gnosis
Analyse the campaigns created by a future transaction. For large Safe files (>50 campaigns), consider splitting into multiple requests.
Request body
object
chainIdstringrequired
Chain ID where the campaign is deployedtransactionsobject[]required
contractInputsValuesobject | null
newCampaignstringpost
https://api.merkl.xyz/v4/internal/payload/gnosiscurl -X POST "https://api.merkl.xyz/v4/internal/payload/gnosis" \
-H "Content-Type: application/json" \
-d '{ "chainId": "string", "transactions": [ { "contractInputsValues": { "newCampaign": "string" } } ] }'Current params
{
"body": {
"chainId": "string",
"transactions": [
{
"contractInputsValues": {
"newCampaign": "string"
}
}
]
}
}Live request — this will call https://api.merkl.xyz/ for real.