Skip to main content
GET
Get Blockchain

Authorizations

X-Blockworks-API-Key
string
header
required

API key sent in the X-Blockworks-API-Key header; x-messari-api-key is accepted for existing integrations. The catalog endpoints and models on the public access tier need no key.

Path Parameters

networkID
string
required

The Network ID identifying the row. Falls back to the alternative identifier fields (slug, tried in that order) when no Network ID matches; metadata.matchedField says which one matched.

Query Parameters

selections
enum<string>[]

Comma-separated fields to return; defaults to all fields.

Available options:
networkID,
networkSerialID,
name,
slug,
logoURL,
hasInternalMetrics,
hasNetworkFundamentals,
isEthereumL2,
ecosystemNetworkID,
ecosystemName,
defiLlamaChainName,
coingeckoAssetPlatformID,
linkProjectID,
linkProjectSlug,
linkProjectName,
linkProjectPrimaryAssetID,
linkProjectPrimaryAssetName,
linkProjectPrimaryAssetSlug,
linkProjectPrimaryAssetSymbol

Response

The matching row, and which field it matched on.

data
object
required
metadata
object
required

The public field the lookup value matched on: the primary key or an alternative identifier.

error
string | null