Escrow
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
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.
400
Bad request
application/json
get
/v1/escrow-jobsget
Path parameters
job_idstringRequired
Hex-encoded escrow job ID
Query parameters
certsbooleanOptional
Include related certificates
Responses
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.
400
Bad request
application/json
404
Job not found
application/json
get
/v1/escrow-jobs/{job_id}Last updated
Was this helpful?