Currencies39067
Market Cap$ 2.77T-0.70%
24h Spot Volume$ 34.16B+5.26%
DominanceBTC56.87%-0.47%ETH10.95%+0.52%
ETH Gas0.13 Gwei
Cryptorank
/

Crypto Funding Rounds API

Every raise, valuation, and investor behind 11K+ funding rounds across 6K+ crypto projects — in one API. The funding layer that market-data APIs don't cover.

Trusted by
50+ more
INSIDE CRYPTORANK

Massive Data Coverage

11K+Funding Rounds
12K+Funds & Investors
$247B+Capital Tracked
415+Rounds Added (90d)
31Round Stages Covered
7K+Token Sales
Do you need something special? Contact us
WHAT'S INSIDE

The raise, the terms, and the funds behind every round

Funding Rounds Feed

pro

GET
/funding-rounds/list

The full deal feed. Filter by stage, category, date, and round size.

Response Fields

stage
date
raised
category
investors

Filter chips

stage
from/to
minRaised
currencyId
fundId

Round Detail

business

GET
/funding-rounds/{id}

Everything on a single round — valuation, write-up, source, and who led.

Response Fields

valuation
description
sourceUrl
lead investors
other investors

Funds & Investors

pro

GET
/funds/{id}/top-investments

The funds behind the rounds — portfolios, focus areas, and co-investors.

Response Fields

top investments
focus area
stages
co-investors
Use Cases

What teams build with round-level data

Spot raises the moment they happen

Filter the funding feed by stage, category, date, and round size. Surface who just raised — and how much — before it hits the newsletters.

GET
/funding-rounds/list?stage=SEED

Vet a project's entire raise history

Pull every round for a coin, then check the funds behind it — amounts, valuations, and who led. A cap-table signal in two calls.

GET
/funding-rounds/list?currencyId=

Track what the smart money is buying

See a fund's top investments, focus areas, and co-investors. Map who's backing what across the market.

GET
/funds/{id}/co-investors
HOW IT WORKS

See It in Action

Request

curl -X GET \
'https://api.cryptorank.io/v3/funding-rounds/list?stage=SEED&minRaised=5000000' \
-H 'X-Api-Key: YOUR_API_KEY'

Response

{
"data": [
{
"id": 95,
"currencyId": 176543,
"type": "SEED",
"date": "2022-09-16T00:00:00.000Z",
"raised": "5200000",
"category": {
"id": 78,
"slug": "compliance",
"name": "Compliance"
},
"allInvestors": [
{
"id": 533,
"slug": "brand-foundry-ventures",
"name": "Brand Foundry Ventures",
"tier": 5,
"imageUrl": "https://images.dev3.cryptorank.site/funds/150x150.brand_foundry_ventures1663334985433.png"
}
]
}
],
"meta": {
"page": 1,
"pageSize": 25,
"hasNextPage": true
},
"status": {
"usedCredits": 1,
"timestamp": 1780000000000
}
}
Comparison

Where price feeds stop, the deal data starts

Market-data API

CryptoRank Fundraising API
Exclusive
Price, market cap, volume

Offers basic market metrics only. Useful for standard tracking but lacks granularity on seed or private investment phases.

Raised amount, valuation, round stage

Unlocks deep funding intelligence. Real-time access to actual capital injected, dynamic valuation metrics, and exact funding series.

'Funded by top VCs' — single line

Just a vague claim with no actionable metadata. Lacks specific investor profiling or historical round context.

Lead / co-investor split + co-investors

Structured investor breakdowns per round. Instantly query lead backers, coinvestors, participating angels, and complete fund history.

No source URL

No reliable way to verify the data. Lacks backing press releases or direct provenance tracking for institutional verification.

sourceUrl for every funding round

Fully traceable and verifiable data. Every point links directly back to verified announcements, official blogs, or legal documents.

ALSO IN THE API

Most active investors, last 90 days

Ranked straight from the data — no editorial list, no stale logo wall.

YZi Labs (Prev. Binance Labs)

YZi Labs (Prev. Binance Labs)

25 deals · 2 lead

$14.00M

Coinbase Ventures

Coinbase Ventures

12 deals · 0 lead

$575.30M

SBI Holdings

SBI Holdings

7 deals · 2 lead

$1.19B

F.A.Q.

AI-native access to comprehensive fundraising data. The CryptoRank MCP Server exposes every funding round — stages, raise size, valuations, and the funds behind each deal — through the Model Context Protocol. Integrate once, query everywhere.

What data does the Crypto Funding Rounds API provide?

Raise amount, valuation, round stage, date, and the lead and follow investors for each crypto funding round — plus a source link. Coverage spans 11K+ rounds across 6K+ projects.

How is it different from the CoinGecko or CoinMarketCap API?

Market-data APIs focus on price, market cap, and volume. CryptoRank adds the deal layer on top — how much a project raised, at what valuation, at which stage, and which funds led each round.

How many funding rounds and projects are covered?

11K+ funding rounds across 6K+ tracked crypto projects, updated as new deals are confirmed.

Can I see which investor led each round?

Yes. The round detail endpoint splits investors into lead and other, and the feed lets you filter to rounds a given fund led via fundId + fundIsLead.

Can I pull all funding rounds for a specific project?

Yes. Call /funding-rounds/list?currencyId=[id] to get the full raise history for a single coin — every round's stage, amount raised, valuation, and investors.

How do I get started, and which plan do I need?

Generate an API key in the dashboard and pass it in the X-Api-Key header. The funding rounds feed is available from the Pro plan; full per-round detail (valuation, description, lead/other investors) from Business. See the Documentation to start.
Pro
Token unlocks feed is available from the Pro plan

From API key to funding data in minutes

Generate a key, explore endpoints, and ship your first integration — fast.