v1

latestOpenAPI 3.0.32026-07-2639188178.2 KB
dapps

Get DApp by ID

This endpoint returns single DApp by its unique identifier.

get/v1/dapps/{dapp_id}

Path parameters

dapp_idstring required

DApp's unique identifier

Response

Requested DApp

Example response

{
  "data": {
    "type": "dapps",
    "attributes": {
      "name": "AAVE V3",
      "description": "Earn interest, borrow assets, and build applications.",
      "icon": {
        "url": "https://token-icons.s3.amazonaws.com/0x0391d2021f89dc339f60fff84546ea23e337750f.png"
      },
      "url": "https://aave.com/",
      "manage_positions_url": "https://app.aave.com/",
      "external_links": [
        {
          "type": "website",
          "name": "Website",
          "url": "https://www.indexcoop.com"
        }
      ]
    }
  }
}