GET
/
active-protocols
Retrieve available chains and active protocols
curl --request GET \
  --url https://yield.gluex.xyz/active-protocols
{
  "success": true,
  "chains": {},
  "total_chains": 15,
  "total_unique_protocols": 25,
  "timestamp": 1641024000
}

Response

200 - application/json

Successful response containing available chains and protocols

The response is of type object.