Skip to main content
GET
/
active-protocols
Retrieve available chains and active protocols
curl --request GET \
  --url https://yield-api.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

success
boolean
Example:

true

chains
object
total_chains
integer
Example:

15

total_unique_protocols
integer
Example:

25

timestamp
number
Example:

1641024000