Skip to main content
GET
List developments

Authorizations

X-Messari-API-Key
string
header
required

Query Parameters

limit
integer<int64>
default:10

Page size, default 10. Coerced silently: values above 100 are capped to 100; values ≤ 0 (and missing/non-integer values) fall back to the default.

Example:

10

page
integer<int64>
default:1

1-indexed page (default 1)

Example:

1

assetIds
string

Comma-separated asset UUIDs or slugs. Unresolved tokens are silently dropped.

eventIds
string

Comma-separated event identifiers. Each token is either a UUID or the slug-with-id-prefix form returned in the slug field (e.g. my-event-a1b2c3d4). An unresolvable token returns 400; the offending token is quoted in the error message.

intelCategories
string

Comma-separated category slugs from /v2/categories

intelSubcategories
string

Comma-separated subcategory slugs from /v2/categories

minimumImportance
enum<string>

Minimum importance level (inclusive). Values: not-important, low, medium, high.

Available options:
not-important,
low,
medium,
high
verified
boolean

Restrict to verified items

actionable
boolean

Restrict to actionable items

governance
boolean

Restrict to governance-related items

assetSectors
string

Comma-separated asset sectors

assetSubsectors
string

Comma-separated asset subsectors

assetPreTge
boolean

Restrict to pre-TGE assets

assetEcosystemNetworkIds
string

Comma-separated ecosystem network ids

start
string

Lower bound on the time window. Compares against startedAt. Accepts RFC3339, YYYY-MM-DD, or unix epoch seconds.

end
string

Upper bound on the time window. Compares against startedAt. Accepts RFC3339, YYYY-MM-DD, or unix epoch seconds.

Free-text search (max 200 chars)

Response

Default response

data
object[]
required
error
string | null
metadata
object