v1

latestOpenAPI 3.0.02026-07-26100118773.0 KB
monitoring/v2

Get development

Single development detail. Returns 404 if the development is not found.

get/monitoring/v2/developments/{developmentId}

Path parameters

developmentIdstring required
Example:87bb367e-dc20-43e1-839c-d93175d885f3

Development UUID

Response

Default response

errorstring nullable

Example response

{
  "data": {
    "industry": "crypto",
    "assets": [
      {
        "id": "fcb726c7-364f-4252-8ee8-70b0bbbd8791",
        "name": "The Graph",
        "slug": "the-graph",
        "symbol": "GRT",
        "class": "primary"
      }
    ]
  }
}