---
title: "Token Fundraising v5"
method: GET
path: "/v5/fundraising/token/{tokenId}"
tags: ["Fundraising"]
---

# Token Fundraising v5

`GET /v5/fundraising/token/{tokenId}`

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

## Path parameters

- `tokenId` string, required

## Query parameters

- `fundingDateMin` string, date
- `fundingDateMax` string, date
- `raisedAmountMin` number
- `raisedAmountMax` number

## Response `200`

Successful response

- object
  - `metadata` Metadata
    - `queryDate` string, date-time — Timestamp of the query
    - `credit` Credit — Optional quota state for the calling account, returned on most authenticated responses (both success and error). Treat it as optional: it may be absent on unauthenticated requests, demo/playground responses, and briefly right after a monthly reset. `used` is near-real-time and may lag the true count by a request or two.
      - `used` integer — Requests counted in the current window (approximate / eventually consistent).
      - `limit` integer — The plan's request quota for the window.
      - `resetAt` string, date-time — When the quota resets (RFC3339 UTC). Present for monthly plans; absent for lifetime-quota plans.
  - `status` boolean
  - `data` object
    - `tokenId` string
    - `tokenName` string
    - `tokenSymbol` string
    - `listedMethod` string
    - `totalAmountRaised` number
    - `unlockedInvestor` number, nullable
    - `investorReleasedPercentage` number, nullable
    - `fundingRounds` TokenFundingRound[]
      - `fundingRound` string — Funding Round
      - `fundingDate` string, date-time — Funding Date
      - `raiseType` string, nullable — Raise Type
      - `amountRaised` number — Raise Amount in that Round
      - `valuation` number, nullable — Valuation
      - `pricePerToken` number, nullable — Cost of Token for this Investor at that Round
      - `sourceURLList` string[] — URL to Sources of Data
      - `investors` FundingRoundInvestor[]
        - `investorId` string — Identifier to call for a Dataset
        - `investorName` string — Investor Name
        - `isLeadInvestor` boolean — Identifier for Lead Investors
      - `numberOfInvestors` integer

---

[API](https://skmtc.net/tokenomist/apis/tokenomist-api.md) · [All operations](https://skmtc.net/tokenomist/apis/tokenomist-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tokenomist/tokenomist-api/revisions/1d812f25c55a/schema)
