Skip to main content

Get lender IDs

GET 

/v1/data/lender-ids

Returns every supported protocol identifier as a flat array of strings. These are the values accepted by the lender query parameter and used as the first segment of a marketUid. Also published as the LenderId schema so it can be code-generated.

Plain-text reference — GET /v1/data/lender-ids

Response 200

FieldTypeDescription
successTrue
datastring[]Sorted list of supported lender protocol identifiers.
actionsnull

Example response

{
"success": true,
"data": [
"AAVE_V2",
"AAVE_V3",
"COMPOUND_V2",
"COMPOUND_V3_USDC",
"EULER_V2",
"INIT",
"LISTA",
"MORPHO",
"SPARK",
"VENUS"
]
}

Responses

Lender IDs