Skip to main content

List mode categories

GET 

/v1/data/lending/mode

Return the available risk-category ("mode") entries for the requested lenders and chains.

Each entry contains the lender key, chain ID, and a list of mode categories (id + label) under the eModes field.

The "mode" terminology is the protocol-agnostic generalization of Aave V3's "e-mode" (efficiency mode); other lenders expose analogous category mechanisms.

Results are cached server-side (1 hour TTL) because mode categories rarely change.

Plain-text reference — GET /v1/data/lending/mode

Parameters

ParameterInTypeRequiredDescription
lendersquerystring[]yesProtocol identifiers (repeatable) See the LenderId schema for the full set of accepted values.
chainsquerystring[]yesChain IDs (repeatable)

Response 200

FieldTypeDescription
successTrue
dataobjectInformational payload. null when the endpoint only builds calldata.
actionsnull

Example response

{
"success": true,
"data": {}
}

Request

Responses

Mode categories per lender/chain