curl -X POST http://localhost:3001/xrpl/escrow/m1a2b3c4/release \ -H "Content-Type: application/json" \ -H "Authorization: Bearer your-secret-here" \ -d '{"userId": "alice"}'
{ "success": true, "data": { "txHash": "ABC123...", "userId": "alice", "sharesReleased": "5555556", "beneficiary": "rABC..." } }
Release a vesting escrow for a specific participant
AGENT_API_SECRET
Authorization: Bearer {AGENT_API_SECRET}
Show properties