Skip to main content
GET
GetProjects
x402 Support: Supported. See the x402 guide.

Authorizations

X-Messari-API-Key
string
header
required

Query Parameters

limit
integer<int64>
default:10
page
integer<int64>
default:0
id
string[]

Comma-separated list of project uuids to filter by.

category
string[]

Comma-separated list of categories to filter by.

sector
string[]

Comma-separated list of sectors to filter by.

tags
string[]

Comma-separated list of tags to filter by. Will return projects that match at least one of the specified tags.

foundedBefore
string<date-time>
default:2025-12-31T23:59:59Z

Filter by projects founded before the specified date.

Example:

"2025-12-31T23:59:59Z"

foundedAfter
string<date-time>
default:2020-01-01T00:00:00Z

Filter by projects founded after the specified date.

Example:

"2020-01-01T00:00:00Z"

Response

Default response

data
object[]
required
error
string
metadata
object