Nodes
Execute a single node with inline input variables
Useful for SDK testing flows — run a node definition against provided input variables without persisting a workflow. Honors node.config.chainId (overrides body chainId).
post/nodes:run
Request body
Example request
{
"node": {
"config": {
"destination": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
"chainId": 11155111
}
},
"chainId": 11155111,
"erc20Overrides": [
{
"tokenAddress": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
"ownerAddress": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
"spenderAddress": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB"
}
]
}Response
Node execution result.