Bitcoin Company Funding Rounds
Funding rounds for Bitcoin companies sourced from DefiLlama
How to call
Request format
GET
curl -X GET "https://newhedge.io/api/v2/metrics/company-funding-rounds/METRIC_NAME?api_token=YOUR_TOKEN"
Query params
api_token (required) — 24 character token.
Path params
:metric_name — one of the metric names listed below.
Responses
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.
Metric
Bitcoin Company Funding Rounds
Data used by the Funding Rounds chart.
Endpoint
https://newhedge.io/api/v2/metrics/company-funding-rounds/bitcoin_company_funding_rounds?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
Sample response
200
Successful response
[
{
"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"
]
}
]