Skip to main content
GET
Get Asset

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

assetID
string
required

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

Query Parameters

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

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