Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zerion dapps API

Operations related to decentralized applications, such as list them all, search or get by ID.

Zerion dapps API is one of 9 APIs that Zerion publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include dapps. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 2 operations across 2 paths, and defines 9 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://api.zerion.io.

2 operations 2 paths 9 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.zerion.io
Authentication
HTTP Basic
Contact
Resource Areas
1

Authentication & Security 1

Zerion dapps API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (APIKeyBasicAuth). By default, every request must be authenticated.

  • APIKeyBasicAuth — To test endpoints here, paste your API key from the [dashboard](https://dashboard.zerion.io/) into the username field and leave the password empty.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

dapps 2

Operations related to decentralized applications, such as list them all, search or get by ID.

GET
/v1/dapps
Get list of DApps
listDApps 1 param → 200400401429
GET
/v1/dapps/{dapp_id}
Get DApp by ID
getDAppByID 1 param → 200400401429

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Attributes-14 (6 properties), Container-16 (3 properties), ExternalLink (3 properties), Response-19 (2 properties). Each schema is shown below with its type and property counts.

Response-19
object
2 properties 2 required
Container-16
object
Represents a decentralized application (DApp).
3 properties 2 required
Icon
object
Icon related to object.
1 property
Attributes-14
object
Represents attributes of a decentralized application (DApp) corresponding to JSON API specification.
6 properties
ExternalLinks
array
A list of relevant URLs.
ResponseData-2
array
ExternalLink
object
3 properties 1 required
ResponseLinks-19
object
1 property 1 required
Response-18
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zerion-dapps-api-openapi.yml Raw ↑

Other APIs Zerion publishes across the network.

Zerion chains API
Zerion fungibles API
Zerion gas API
Zerion nfts API
Zerion subscriptions to transactions API
Zerion swap API
Zerion wallet sets API
Zerion wallets API