Skip to main content
GET
GetFundManagers
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
managerId
string[]

Comma-separated list of fund manager (orgs, persons, projects) uuids.

raisedAmountMin
number<double>
default:1000000

Filter by minimum amount raised in USD. Will return funds which have raised more than the specified amount.

Example:

1000000

raisedAmountMax
number<double>
default:100000000

Filter by maximum amount raised in USD. Will return funds which have raised less than the specified amount.

Example:

100000000

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

Filter by funds announced before the specified date.

Example:

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

announcedAfter
string<date-time>
default:2025-01-01T00:00:00Z

Filter by funds announced after the specified date.

Example:

"2025-01-01T00:00:00Z"

Response

Default response

data
object[]
required
error
string
metadata
object