Get Escrows By Contract Ids

Returns all the information of a security deposit requested through one or more requested contract ids.

Headers

Name
Value

Content-Type

application/json

x-api-key

<token>

Open API

get
Authorizations
Query parameters
contractIdsstring[]Required

Array of contract IDs to query

Example: [CB25FW...,CBHEQBV...]
isActivebooleanOptional

Is the escrow active

validateOnChainbooleanOptional

When set to true, the endpoint will verify each escrow’s data against the blockchain to ensure accuracy and integrity. Enabling this adds an extra security layer but may increase the response time slightly due to the additional validation step

Responses
200

Collection of data containing information from different scans requested by a signatory, role or contract ids.

application/json
get
/helper/get-escrow-by-contract-ids

Use Example:

Last updated

Was this helpful?