ToolAssay

Get paginated crypto funding rounds with investors, stage, and raised amounts

Get paginated crypto funding rounds with investors, stage, and raised amounts.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
191 msmedian answer time
$0.15listed price per call
$0.15price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.messari.io/funding/v1/rounds

CategoryMarket data
Provider hostapi.messari.io
Networkseip155:196, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.15 191 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "announcedAfter": "2025-01-01",
    "announcedBefore": "2025-12-31",
    "fundedEntityId": [
      "project-bitcoin-layer2"
    ],
    "investorId": [
      "investor-001"
    ],
    "isTokenFunded": false,
    "limit": 10,
    "page": 1,
    "raisedAmountMax": 50000000,
    "raisedAmountMin": 1000000,
    "stage": [
      "series-a"
    ],
    "type": [
      "equity"
    ]
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "properties": {
    "announcedAfter": {
      "type": "string"
    },
    "announcedBefore": {
      "type": "string"
    },
    "fundedEntityId": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "investorId": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "isTokenFunded": {
      "type": "boolean"
    },
    "limit": {
      "minimum": 1,
      "type": "integer"
    },
    "page": {
      "minimum": 1,
      "type": "integer"
    },
    "raisedAmountMax": {
      "type": "number"
    },
    "raisedAmountMin": {
      "type": "number"
    },
    "stage": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "type": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}

This page as JSON