Skip to main content
GET
List Assets

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

assetIDEq
string

Asset ID equals.

assetIDIsOneOf
string[]

Asset ID is one of (comma-separated).

assetIDIsNotOneOf
string[]

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

assetSerialIDEq
integer<int64>

Asset Serial ID equals.

assetSerialIDIsOneOf
integer<int64>[]

Asset 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).

symbolEq
string

Symbol equals.

symbolIsOneOf
string[]

Symbol is one of (comma-separated).

symbolIsNotOneOf
string[]

Symbol is not one of (comma-separated).

symbolContains
string

Symbol contains (case-insensitive substring).

prioritySymbolEq
string

Priority Symbol equals.

prioritySymbolIsOneOf
string[]

Priority Symbol is one of (comma-separated).

sectorEq
string

Sector equals.

sectorIsOneOf
string[]

Sector is one of (comma-separated).

sectorIsNotOneOf
string[]

Sector is not one of (comma-separated).

sectorsV2Includes
string

Sectors array includes.

sectorsV2NotIncludes
string

Sectors array does not include.

sectorsV2IncludesAnyOf
string[]

Sectors array includes any of (comma-separated).

sectorsV2NotIncludesAnyOf
string[]

Sectors array includes none of (comma-separated).

subSectorsV2Includes
string

Sub Sectors array includes.

subSectorsV2NotIncludes
string

Sub Sectors array does not include.

subSectorsV2IncludesAnyOf
string[]

Sub Sectors array includes any of (comma-separated).

subSectorsV2NotIncludesAnyOf
string[]

Sub Sectors array includes none of (comma-separated).

isStablecoinEq
boolean

Is Stablecoin equals.

isStablecoinNotEq
boolean

Is Stablecoin does not equal.

isWrappedAssetEq
boolean

Is Wrapped Asset equals.

isWrappedAssetNotEq
boolean

Is Wrapped Asset does not equal.

coveredByIntelEq
boolean

Covered By Intel equals.

coveredByIntelNotEq
boolean

Covered By Intel does not equal.

primaryProjectIDEq
string

Primary Project ID equals.

primaryProjectIDIsOneOf
string[]

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

primaryProjectSlugEq
string

Primary Project Slug equals.

primaryProjectSlugIsOneOf
string[]

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

circulatingMarketcapGt
number

Circulating Marketcap is greater than.

circulatingMarketcapGte
number

Circulating Marketcap is greater than or equal to.

circulatingMarketcapLt
number

Circulating Marketcap is less than.

circulatingMarketcapLte
number

Circulating Marketcap is less than or equal to.

circulatingMarketcapRankGt
integer<int32>

Circulating Marketcap Rank is greater than.

circulatingMarketcapRankGte
integer<int32>

Circulating Marketcap Rank is greater than or equal to.

circulatingMarketcapRankLt
integer<int32>

Circulating Marketcap Rank is less than.

circulatingMarketcapRankLte
integer<int32>

Circulating Marketcap Rank is less than or equal to.

circulatingMarketcapRankIsOneOf
integer<int32>[]

Circulating Marketcap Rank is one of (comma-separated).

sortBy
enum<string>
default:circulatingMarketcapRank

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

Available options:
name,
slug,
symbol,
circulatingMarketcap,
circulatingMarketcapRank
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:
assetID,
assetSerialID,
name,
slug,
symbol,
prioritySymbol,
logoURL,
sector,
sectorsV2,
subSectorsV2,
isStablecoin,
isWrappedAsset,
coveredByIntel,
primaryProjectID,
primaryProjectSlug,
primaryProjectName,
primaryProjectTagline,
primaryProjectOverview,
primaryProjectLogoURL,
primaryProjectLinks,
platformContracts,
circulatingMarketcap,
circulatingMarketcapRank
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