escrow_resolve
ActiveTool of x402 Trading & On-Chain Intelligence
Resolve a conditional-payment agreement: the creator marks 'release' (pay payee) or 'refund' (return to payer); returns a settlement instruction to execute over x402. Send { id, token, outcome, note? }. [x402 paid tool — price $0.05; POST /api/escrow/resolve]
Parameters schema
{
"type": "object",
"required": [
"id",
"token",
"outcome"
],
"properties": {
"id": {
"type": "string",
"description": "Escrow id"
},
"note": {
"type": "string",
"description": "Resolution note"
},
"token": {
"type": "string",
"description": "Creator secret"
},
"outcome": {
"type": "string",
"description": "release or refund"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
x402 Trading & On-Chain Intelligence
1/7 registries