v3

latestOpenAPI 3.0.0raw.githubusercontent.com2025-07-244611.6 KB

Retrieve available chains and active protocols

Fetches a list of supported blockchain networks and their associated active lending protocols.

get/active-protocols

Response

Successful response containing available chains and protocols

successboolean
chainsobject
total_chainsinteger
total_unique_protocolsinteger
timestampnumber

Example response

{
  "success": true,
  "total_chains": 15,
  "total_unique_protocols": 25,
  "timestamp": 1641024000
}