Workflows
Estimate per-execution fees for a workflow definition
Returns the platform execution fee, per-node COGS (gas, external API costs), and the workflow-level value-capture fee tier.
post/workflows:estimateFees
Request body
Example request
{
"chainId": 11155111,
"trigger": {
"config": {
"chainId": 11155111
}
},
"nodes": [
{
"config": {
"destination": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
"chainId": 11155111
}
}
],
"runner": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB"
}Response
Fee estimate.
Example response
{
"chainId": 11155111,
"nativeToken": {
"symbol": "ETH"
}
}