Skip to main content
GET
Funding Rounds Feed
from/to select a window within the available depth.
For a single coin’s rounds, filter this feed by the currencyId query parameter.

Authorizations

X-Api-Key
string
header
required

Query Parameters

page
number
default:1

Page number (1-based). Returns up to 50 items per page.

Required range: 1 <= x <= 1000
stage
enum<string>

Filter by round type. Value must match a stored round-type label exactly.

Available options:
ANGEL,
Debt Financing,
Extended Pre-Seed,
Extended Seed,
Extended Series A,
Extended Series B,
Extended Series C,
Extended Series D,
Grant,
IPO,
Incubation,
KOL,
M&A,
OTC Purchase,
PIPE,
Post-IPO,
Post-IPO Debt,
PRESALE,
PRE SEED,
Pre-Series A,
Pre-Series B,
Private Token Sale,
SEED,
SERIES A,
SERIES B,
SERIES C,
SERIES D,
Series E,
Series F,
Series G,
Series H,
STRATEGIC,
Treasury Diversification,
Undisclosed
Example:

"SEED"

from
string

Window start — lower bound on the round date (inclusive). Accepts ISO 8601 string or Unix timestamp (sec/ms).

Example:

"2024-01-01T00:00:00.000Z"

to
string

Window end — upper bound on the round date (inclusive). Accepts ISO 8601 string or Unix timestamp (sec/ms). Bare YYYY-MM-DD is coerced to end-of-day UTC.

Example:

"2024-12-31T23:59:59.999Z"

minRaised
number

Minimum round size in USD (inclusive).

Example:

1000000

maxRaised
number

Maximum round size in USD (inclusive).

Example:

100000000

categoryId
number

Filter by coin primary category identifier.

Example:

12

fundId
number

Filter rounds with participation of the fund with this identifier.

Example:

1

fundIsLead
boolean

When true, keep only rounds where the fund participated as a lead investor. Requires fundId; ignored without it.

Example:

true

currencyId
number

Filter by coin (currency) identifier.

Example:

28

sortBy
enum<string>
default:id

Sort field.

Available options:
id,
date,
raised
sortOrder
enum<string>
default:asc

Sort direction.

Available options:
asc,
desc

Response

data
object[]
required
meta
object
required
status
object
required