curl --request GET \
--url https://api.enso.build/api/v1/projects[
{
"id": "bex",
"chains": [
80094
],
"protocols": [
"bex"
]
}
]Returns supported projects (e.g. aave) or platforms associated with available projects
curl --request GET \
--url https://api.enso.build/api/v1/projects[
{
"id": "bex",
"chains": [
80094
],
"protocols": [
"bex"
]
}
]Was this page helpful?