Address of the user in charge of releasing the escrow funds to the service provider
Example: GREL...XYZ
Responses
201
This endpoint returns an unsigned transaction in XDR format. This XDR is then used to sign the transaction using the “/helper/send-transaction” endpoint.
400
Bad request
401
Unauthorized access
429
Too Many Requests
500
Possible errors:
{ status: "FAILED", message: "The escrow balance must be equal to the amount of earnings defined for the escrow" }
{ status: "FAILED", message: "Escrow has been opened for dispute resolution" }
{ status: "FAILED", message: "The escrow must be completed to distribute earnings" }
{ status: "FAILED", message: "Escrow initialized without milestone" }
{ status: "FAILED", message: "Only the release signer can claim escrow earnings" }