v1

latestOpenAPI 3.0.32026-07-26282561.6 KB
Fundraising

Token Fundraising v5

Fundraising data per token. v5 uses the slug as the path identifier, consistent with the v5 slug-only convention.

get/v5/fundraising/token/{tokenId}

Path parameters

tokenIdstring required

Token identifier (slug). Get from Token List API.

Query parameters

fundingDateMinstring date

Start date for time filtering (YYYY-MM-DD). Defaults to earliest available date.

fundingDateMaxstring date

End date for time filtering (YYYY-MM-DD). Defaults to furthest available date.

raisedAmountMinnumber

Minimum amount raised for filtering

raisedAmountMaxnumber

Maximum amount raised for filtering

Response

Successful response

statusboolean

Example response

{
  "metadata": {
    "queryDate": "2026-01-08T10:13:58Z",
    "credit": {
      "used": 213,
      "limit": 300,
      "resetAt": "2026-08-01T00:00:00Z"
    }
  },
  "data": {
    "tokenId": "uniswap",
    "tokenName": "Uniswap",
    "tokenSymbol": "UNI",
    "listedMethod": "INTERNAL",
    "totalAmountRaised": 181000000,
    "fundingRounds": [
      {
        "fundingRound": "Series B",
        "fundingDate": "2022-10-13T00:00:00Z",
        "amountRaised": 165000000,
        "valuation": 1660000000,
        "sourceURLList": [
          "https://blog.uniswap.org/bringing-web3-to-everyone"
        ],
        "investors": [
          {
            "investorId": "polychain-capital",
            "investorName": "Polychain Capital",
            "isLeadInvestor": true
          }
        ],
        "numberOfInvestors": 5
      }
    ]
  }
}