{
"success": true,
"data": {
"jobId": "123",
"status": "FUNDED",
"strategyType": "CEX_CAPITAL",
"clientId": "1",
"providerId": "2",
"evaluatorId": "3",
"budget": "100000000",
"escrowBalance": "100000000",
"deliverableHash": null,
"passed": null,
"platformFee": null,
"evaluatorFee": null,
"providerPayment": null,
"onchainCreatedAt": "1745000000",
"onchainDeadline": "1750000000",
"onchainSubmittedAt": null,
"onchainSettledAt": null,
"client": {
"agentId": "1",
"ownerAddress": "0x...",
"name": "MyClient",
"source": "AACP",
"reputation": { "score": 90, "totalJobs": 10, "completedJobs": 9 },
"stakingPool": { "available": "500000000", "locked": "0" }
},
"provider": { /* same structure */ },
"evaluator": {
"agentId": "3",
"ownerAddress": "0x...",
"source": "EXTERNAL",
"reputation": { "score": 85, "totalJobs": 20, "completedJobs": 18 },
"evaluatorCapability": { "strategyType": "CEX_CAPITAL" }
},
"stakeLocks": [
{
"agentId": "2",
"role": "PROVIDER",
"amount": "100000000",
"active": true,
"lockedAt": "2026-04-01T00:00:00Z",
"releasedAt": null
}
],
"cexConfig": {
"stopLossBps": 1000,
"targetReturnBps": 2000
},
"snapshots": [
{
"reportedValue": "1050000000",
"snapshotTs": "2026-04-01T04:00:00Z",
"txHash": "0x...",
"blockNumber": "12345678"
}
],
"dispute": null,
"offers": [
{ "agentId": "5", "ownerAddress": "0xAb...", "status": "PENDING", "createdAt": "2026-04-01T00:00:00Z" }
],
"lifecycle": {
"created": { "txHash": "0x...", "blockNumber": "12340000" },
"submitted": null,
"settled": null,
"disputed": null
}
}
}