Skip to main content
GET
List covered assets

Authorizations

X-Blockworks-API-Key
string
header
required

Query Parameters

assetIDs
string

Comma-separated asset UUIDs. Slugs are not accepted here and match nothing; use the per-asset endpoints for slug lookups.

Example:

"b3d5d66c-26a2-404c-9325-91dc714a722b,1c077d6e-99c7-491c-b24d-1d359011cd81"

category
string

Comma-separated categories, matched as OR.

Example:

"Networks,Financial Services"

sector
string

Comma-separated sectors, matched as OR.

Example:

"Smart Contract Platform"

tags
string

Comma-separated tags, matched as OR.

Example:

"EVM,Proof-of-Stake"

page
integer

Accepted but not currently applied. The endpoint returns the full matching set regardless of this value.

Example:

1

limit
integer

Accepted but not currently applied. The endpoint returns the full matching set regardless of this value.

Example:

10

Response

Assets matching the filters. data is null, not [], when nothing matches.

data
object[] | null
required
error
string | null

null on success.