Get Escrows Details
Batch-read the full state of up to 50 escrows via GET /escrows/details.
Headers
Name
Value
Content-Type
application/json
x-api-key
<token>
Open API
GET /escrows/details
Returns the full state and deposits of up to 50 escrows in one request. No event timeline — use GET /escrows/{contractId}/events for that.
Query parameters
Name
Type
Description
contractIds
string[] (1–50)
Contract addresses (C…) to fetch. Repeat the parameter once per id.
Unknown ids are silently absent from the response rather than raising an error. Always check which ids came back before assuming an escrow exists.
What this Endpoint returns?
An array of escrow objects, each containing the current state, the camelCase snapshot, the resolved asset, and the recorded deposits. Every amount is a decimal string.
Because the request itself is bounded at 50 ids, this endpoint is not paginated.