Bitcoin Company Funding Rounds
Funding rounds for Bitcoin companies sourced from DefiLlama
Request format
curl -X GET "https://newhedge.io/api/v2/metrics/company-funding-rounds/METRIC_NAME?api_token=YOUR_TOKEN"
api_token (required) — 24 character token.
resolution (optional) — day1 (default), hour12, hour4, hour1, 30mn, 10mn. Finer buckets are served to Advanced and Enterprise accounts; see Resolutions.
before (optional) — exclusive cursor, returns observations older than this timestamp_ms. Finer resolutions only.
limit (optional) — page size for finer resolutions. Default 2500, maximum 5000. Ignored for day1.
:metric_name — one of the metric names listed below.
200 with JSON payload, 401 for missing/invalid token, 404 for missing resources.
Metrics
Each metric is fetched independently. Responses are trimmed samples to show structure.
Bitcoin Company Funding Rounds
Data used by the Funding Rounds chart.
https://newhedge.io/api/v2/metrics/company-funding-rounds/bitcoin_company_funding_rounds?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
{
"name": "Utexo",
"round": "Seed",
"chains": [
"Bitcoin"
],
"source": "https://markets.businessinsider.com/news/currencies/utexo-raises-7-5m-led-by-tether-to-launch-native-usdt-settlements-on-bitcoin-1035905304",
"category": "Payments",
"timestamp": 1772755200000,
"amount_usd": 7500000.0,
"description": "Utexo makes Bitcoin-native stablecoin settlement practical, predictable, and easy to integrate",
"lead_investors": [
"Tether",
"Big Brain Holdings",
"Portal Ventures"
],
"other_investors": [
"Maven 11",
"KuCoin Ventures",
"Alchemy Ventures",
"Ethereal Ventures",
"Gate Ventures",
"Axia8 Ventures",
"Paper Ventures",
"Flow Traders",
"Fulgur Ventures",
"Sats Ventures",
"Arcanum Capital"
]
},
{
"name": "OP NET",
"round": "Funding Round",
"chains": [
"Bitcoin"
],
"source": "https://x.com/opnetbtc/status/2031788548496769175",
"category": "Infrastructure",
"timestamp": 1773187200000,
"amount_usd": 5000000.0,
"description": "Building smart contracts on Bitcoin Layer 1",
"lead_investors": [
"Further Ventures"
],
"other_investors": [
"Arcanum Capital",
"Humla Ventures",
"UTXO Management",
"Bitcoin Opportunity Fund",
"G20 Ventures",
"Anagram",
"Morningstar Ventures"
]
},
{
"name": "Ark Labs",
"round": "Seed",
"chains": [
"Bitcoin"
],
"source": "https://x.com/ArkLabsHQ/status/2032079051746394297",
"category": "Infrastructure",
"timestamp": 1773273600000,
"amount_usd": 5200000.0,
"description": "Developing programmable finance infrastructure on Bitcoin via Arkade OS",
"lead_investors": [],
"other_investors": [
"Tether",
"ego death Capital",
"Anchorage Digital"
]
}
]