Skip to main content
GET
List borrow products

Authorizations

Authorization
string
header
required

A JWT signed using the developer's own JWT private key (in the case of JWT authentication), or an end user JWT signed by CDP, encoded in base64. This is used for End User Account APIs.

Query Parameters

projectID
string

The ID of the CDP Project. Required for end users authenticated using custom auth (i.e. a non-CDP JWT provider).

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
Example:

"8e03978e-40d5-43e8-bc93-6894a57f9324"

network
enum<string>

The EVM network name to list borrow products for. The name of the EVM network that a borrow product is deployed on.

Available options:
base
Example:

"base"

protocol
enum<string>

The lending protocol whose borrow products to list. The lending protocol that operates the borrow product.

Available options:
morpho_blue
Example:

"morpho_blue"

pageSize
integer
default:20

The number of resources to return per page.

pageToken
string

The token for the next page of resources, if any.

Response

Successfully listed borrow products.

Response containing a list of borrow products.

borrowProducts
object[]
required

The list of borrow products, optionally filtered by the supplied network and/or protocol.

nextPageToken
string

The token for the next page of items, if any.

Example:

"eyJsYXN0X2lkIjogImFiYzEyMyIsICJ0aW1lc3RhbXAiOiAxNzA3ODIzNzAxfQ=="