Skip to main content
GET
/
api
/
v1
/
projects
Projects
curl --request GET \
  --url https://api.enso.build/api/v1/projects
[
  {
    "id": "bex",
    "chains": [
      80094
    ],
    "protocols": [
      "bex"
    ]
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.enso.build/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json
id
string
required
Example:

"bex"

chains
integer[]
required
protocols
string[]