Analyze the fund requirements of a workflow without executing it. Returns resolved (wallet, chain, token, amount) tuples for every action that moves money, plus a balance row per requirement when the wallet-balances client is configured. The endpoint is read-only and does not consume CU.
get/v1/workflows/{id}/analyze-funds
Path parameters
idstring required
Workflow ID
Query parameters
versioninteger
Pin analysis to a specific workflow version
Response
OK
Example response
{
"code": 200,
"message": "success",
"requestId": "abc-123"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.