Skip to main content
Get a paginated list of escrows for the authenticated user. You can filter by status and role.

Query Parameters

string
Filter by status: pending, paid, delivered, completed, cancelled
string
Filter by role: seller or buyer. If not specified, returns escrows where you are either seller or buyer.
number
Page number (default: 1)
number
Items per page (default: 20, max: 100)

Response Fields

Examples

Filter by Status

Returns only escrows with paid status.

Filter by Role

Returns only escrows where you are the seller.

Combined Filters

Returns pending escrows where you are the buyer, first page with 10 items per page.
If no filters are provided, the endpoint returns all escrows where you are either the seller or buyer, sorted by creation date (newest first).