---
title: "Investor List v5"
method: GET
path: "/v5/fundraising/investors/list"
tags: ["Fundraising"]
---

# Investor List v5

`GET /v5/fundraising/investors/list`

Get a list of all investorIDs. v5 adds pagination and optional startLatestFundingDate/endLatestFundingDate filters.

## Query parameters

- `startLatestFundingDate` string, date
- `endLatestFundingDate` string, date
- `page` integer
- `pageSize` integer

## Response `200`

Successful response

- object
  - `metadata` PaginatedMetadata
    - `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.
    - `page` integer — Current page number (1-indexed)
    - `pageSize` integer — Number of items per page
    - `totalPages` integer — Total number of pages available for the current query
    - `total` integer — Total number of items across all pages
  - `status` boolean
  - `data` object[]
    - `investorId` string — Identifier to call for a Dataset
    - `investorName` string — Investor Name
    - `website` string — Link to Investor Website
    - `latestFundingDate` string, date-time — Latest Investment Activity From The Investor

---

[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/versions/1d812f25c55a/schema)
