Escrow

Escrow job queries

get
Query parameters
clientstringOptional

Filter by client address

providerstringOptional

Filter by provider address

evaluatorstringOptional

Filter by evaluator address

statusstringOptional

Filter by job status (Funded, Submitted, Completed, Refunded)

certsbooleanOptional

Include related certificates

Responses
chevron-right
200

Escrow jobs found. When certs=true, each item includes a certificates array; otherwise each item is a flat job object.

application/json

Schema for GET /v1/escrow-jobs?certs=true response.

get
/v1/escrow-jobs
get
Path parameters
job_idstringRequired

Hex-encoded escrow job ID

Query parameters
certsbooleanOptional

Include related certificates

Responses
chevron-right
200

Escrow job found. When certs=true, data includes a certificates array; otherwise data is a flat job object.

application/json

Schema for GET /v1/escrow-jobs/{job_id}?certs=true response.

get
/v1/escrow-jobs/{job_id}

Last updated

Was this helpful?