Skip to main content
GET
List lending markets

Authorizations

Authorization
string
header
required

Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.

Query Parameters

offset
integer
default:0

Offset for pagination

Required range: x >= 0
Example:

0

limit
integer
default:25

Maximum number of items to return

Required range: 1 <= x <= 100
Example:

25

integrationId
string

Filter by integration

Example:

"aave-borrow"

network
string

Network identifier in CAIP-2 format (e.g. eip155:1 for Ethereum, eip155:8453 for Base). Portal translates this to the Yield.xyz network name; unsupported chains are rejected with a 400.

scope
enum<string>
default:enabled

enabled (default) returns only the markets you enabled in the Yield.xyz dashboard, so it returns an empty list until you enable some; all returns every market Yield.xyz supports.

Available options:
enabled,
all
Example:

"enabled"

Response

Paginated list of lending markets

data
object
required