v1
latestOpenAPI 3.0.02026-07-26100118773.0 KBfunding/FundingRound
GetRounds
Lookup Funding Rounds given a set of filters.
get/funding/v1/rounds
Query parameters
limitinteger
pageinteger
fundedEntityIdstring[]
Comma-separated list of projects or organizations uuids which received funding.
investorIdstring[]
Comma-separated list of investor (persons, projects, orgs) IDs who invested in the funding rounds to be retrieved.
typestring[]
Comma-separated list of funding round types to filter by.
stagestring[]
Comma-separated list of funding round stages to filter by.
raisedAmountMaxnumber double
Filter by maximum amount raised in USD. Will return rounds which have raised less than the specified amount.
raisedAmountMinnumber double
Filter by minimum amount raised in USD. Will return rounds which have raised more than the specified amount.
isTokenFundedboolean
Example:true
Filter by rounds that were funded with tokens.
announcedBeforestring date-time
Filter by rounds announced before the specified date.
announcedAfterstring date-time
Filter by rounds announced after the specified date.
Response
Default response