Skip to main content
GET
/
v1
/
dapps
Get list of DApps
curl --request GET \
  --url https://api.zerion.io/v1/dapps \
  --header 'Authorization: Basic <encoded-value>'
{
  "links": {
    "self": "<string>"
  },
  "data": [
    {
      "type": "dapps",
      "id": "<string>",
      "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": [
          {
            "url": "https://www.indexcoop.com",
            "type": "website",
            "name": "Website"
          }
        ]
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

To test endpoints here, paste your API key from the dashboard into the username field and leave the password empty.

Query Parameters

page
object

Pagination parameters

Response

Response for requested list of DApps

data
object[]
required