RootData
cryptoweb3

RootData

Web3 project, VC & on-chain intelligence data. Tracks 50,000+ crypto projects and investors.

Website
Rate Limit Price
$$0.001+
USDC / CALL
Available Routes
19
Indexed APIs
POST
/api/v1/crypto/rootdata/search
Search projects, VCs, and people by keyword. Body: {query: string, precise_x_search?: bool}. Default query: Bitcoin
$0.001
Per Call
POST
/api/v1/crypto/rootdata/project
Get project details. Body: {project_id: int} OR {contract_address: string}. Optional: include_team, include_investors (bool). Find IDs via /search or /id-map
$0.001
Per Call
POST
/api/v1/crypto/rootdata/org
Get VC/org details. Body: {org_id: int}. Optional: include_team, include_investments (bool). Find IDs via /search or /id-map
$0.001
Per Call
POST
/api/v1/crypto/rootdata/people
Get person profile with X metrics. Body: {people_id: int}. Find IDs via /search or /id-map
$0.001
Per Call
POST
/api/v1/crypto/rootdata/investors
Batch list investors. Body: {page?: int, page_size?: int (max 100)}. Defaults: page=1, page_size=10
$0.001
Per Call
POST
/api/v1/crypto/rootdata/funding
Batch list funding rounds. Optional filters: start_time, end_time (unix sec), min_amount, max_amount (USD), project_id (int), page, page_size
$0.001
Per Call
POST
/api/v1/crypto/rootdata/changes
Sync recent data changes. Body: {begin_time: int (unix seconds)}. Optional: end_time. Note: param is begin_time (not start_time)
$0.001
Per Call
POST
/api/v1/crypto/rootdata/hot
Top 100 trending projects. Body: {days: int}. Values: 1 = 24h ranking, 7 = 7-day ranking
$0.001
Per Call
POST
/api/v1/crypto/rootdata/hot-x
Trending crypto projects on X. Body: {heat: bool, influence: bool, followers: bool}. Set at least one to true
$0.001
Per Call
POST
/api/v1/crypto/rootdata/kol
Crypto KOL rankings on X. Body: {rank_type: 'heat' or 'influence'}. Optional: page, page_size
$0.001
Per Call
POST
/api/v1/crypto/rootdata/job-changes
Crypto personnel movements. Body: {recent_joinees: bool, recent_resignations: bool}. Set at least one to true
$0.001
Per Call
POST
/api/v1/crypto/rootdata/new-tokens
Recently launched token projects. Optional: page, page_size
$0.001
Per Call
POST
/api/v1/crypto/rootdata/id-map
Get all entity IDs. Body: {type: int}. Values: 1=projects, 2=VCs, 3=people
$0.001
Per Call
POST
/api/v1/crypto/rootdata/ecosystem-map
Get all ecosystem IDs and project counts. No parameters required
$0.001
Per Call
POST
/api/v1/crypto/rootdata/tag-map
Get all tag/category IDs. No parameters required
$0.001
Per Call
POST
/api/v1/crypto/rootdata/projects-by-ecosystem
Projects by ecosystem. Body: {ecosystem_ids: string (comma-separated)}. Get IDs from /ecosystem-map first
$0.001
Per Call
POST
/api/v1/crypto/rootdata/projects-by-tag
Projects by tag. Body: {tag_ids: string (comma-separated)}. Get IDs from /tag-map first
$0.001
Per Call
POST
/api/v1/crypto/rootdata/twitter-map
Bulk export X/Twitter data. Body: {type: int}. Values: 1=projects, 2=VCs, 3=people
$0.001
Per Call
POST
/api/v1/crypto/rootdata/credits
Check API credits balance. No parameters required
$0.001
Per Call