Get Escrow by Engagement ID
Get an escrow through the engagement id.
GET
escrow/get-escrow-by-engagement-id
Headers
Params
The unique identifier linking this escrow to a specific project or transaction.
The unique identifier of the contract.
Example of Request Params:
engagementId = 10xs
contractId = GD2SVFOJ...
Possible Responses
{
"engagementId": "test",
"description": "test description",
"issuer": "GD2SVFOJ...",
"signer": "GD2SVFOJ...",
"serviceProvider": "GD2SVFOJ...",
"amount": 1,
"balance": 0.5,
"cancelled": true,
"completed": false
}
Not Found
{
"error": "Escrow not found"
}
{
"message": "Message",
"error": "Bad Request",
"statusCode": 400
}
{
"statusCode": 429,
"message": "ThrottlerException: Too Many Requests"
}