Skip to main content
GET
List offers

Authorizations

Authorization
string
header
required

API key sent as Authorization: Bearer <api-key>.

Query Parameters

status
enum<string>

Filter by offer status.

Available options:
PROPOSED,
ACCEPTED,
REJECTED,
COUNTERED,
WITHDRAWN,
EXPIRED
cursor
integer
default:0

Zero-indexed pagination cursor (slice start). Echo nextCursor from the previous page.

Required range: x >= 0
limit
integer
default:50

Max items per page, clamped to [1, 200]. Defaults to 50.

Required range: 1 <= x <= 200

Response

A page of offers.

ok
boolean
required
data
object
required

Route-specific payload. Operation responses refine this.

contractVersion
string
required
Allowed value: "v1.0"