Skip to main content
GET
Browse available securitization deals

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
number

Page number (1-based)

Example:

1

limit
number

Results per page

Example:

20

Search by deal name

status
string

Filter by deal status (e.g. OPEN, CLOSED)

Example:

"OPEN"

sortBy
enum<string>

Field to sort by

Available options:
name,
dealSize,
status,
createdAt,
updatedAt
sortOrder
enum<string>

Sort direction

Available options:
asc,
desc

Response

Paginated deal list

success
boolean
Example:

true

data
object[]
meta
object