Skip to main content
GET
List Blockchains

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.

Query Parameters

networkIDEq
string

Network ID equals.

networkIDIsOneOf
string[]

Network ID is one of (comma-separated).

networkIDIsNotOneOf
string[]

Network ID is not one of (comma-separated).

networkSerialIDEq
integer<int64>

Network Serial ID equals.

networkSerialIDIsOneOf
integer<int64>[]

Network Serial ID is one of (comma-separated).

nameEq
string

Name equals.

nameIsOneOf
string[]

Name is one of (comma-separated).

nameContains
string

Name contains (case-insensitive substring).

slugEq
string

Slug equals.

slugIsOneOf
string[]

Slug is one of (comma-separated).

hasInternalMetricsEq
boolean

Has Internal Metrics equals.

hasInternalMetricsNotEq
boolean

Has Internal Metrics does not equal.

hasNetworkFundamentalsEq
boolean

Has Network Fundamentals equals.

hasNetworkFundamentalsNotEq
boolean

Has Network Fundamentals does not equal.

isEthereumL2Eq
boolean

Is Ethereum L2 equals.

isEthereumL2NotEq
boolean

Is Ethereum L2 does not equal.

ecosystemNetworkIDEq
string

Ecosystem Network ID equals.

ecosystemNetworkIDIsOneOf
string[]

Ecosystem Network ID is one of (comma-separated).

ecosystemNameEq
string

Ecosystem Name equals.

ecosystemNameIsOneOf
string[]

Ecosystem Name is one of (comma-separated).

ecosystemNameIsNotOneOf
string[]

Ecosystem Name is not one of (comma-separated).

defiLlamaChainNameEq
string

DefiLlama Chain Name equals.

defiLlamaChainNameIsOneOf
string[]

DefiLlama Chain Name is one of (comma-separated).

coingeckoAssetPlatformIDEq
string

CoinGecko Asset Platform ID equals.

coingeckoAssetPlatformIDIsOneOf
string[]

CoinGecko Asset Platform ID is one of (comma-separated).

Link Project ID equals.

Link Project ID is one of (comma-separated).

Link Project Slug equals.

Link Project Slug is one of (comma-separated).

Link Project Primary Asset ID equals.

Link Project Primary Asset ID is one of (comma-separated).

Link Project Primary Asset Slug equals.

Link Project Primary Asset Slug is one of (comma-separated).

Link Project Primary Asset Symbol equals.

Link Project Primary Asset Symbol is one of (comma-separated).

sortBy
enum<string>
default:name

Field to sort by; defaults to the model's default sort column.

Available options:
name,
slug
sortDirection
enum<string>
default:asc

Sort direction.

Available options:
asc,
desc
page
integer

1-based page number.

pageSize
integer

Rows per page (max 1000, default 100).

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
acceptFormat
enum<string>
default:json

Response format, overriding the Accept header: json (default), csv, or jsonl (NDJSON). csv and jsonl return the rows as a downloadable file.

Available options:
json,
csv,
jsonl

Response

One page of matching rows, with the totals for the whole filtered set.

data
object[]
required
metadata
object
required

Pagination totals for the full filtered result set, independent of the current page.

error
string | null