Skip to main content
GET
/
v5
/
fundraising
/
investors
/
list
Investor List v5
curl --request GET \
  --url https://api.tokenomist.ai/v5/fundraising/investors/list \
  --header 'x-api-key: <api-key>'
{
  "metadata": {
    "queryDate": "2026-01-08T10:13:58Z",
    "page": 1,
    "pageSize": 50,
    "totalPages": 10,
    "total": 487
  },
  "status": true,
  "data": [
    {
      "investorId": "01-advisors",
      "investorName": "01 Advisors",
      "website": "https://01a.com/,https://www.linkedin.com/company/01a/,https://x.com/01Advisors",
      "latestFundingDate": "2021-11-04T00:00:00Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.tokenomist.ai/llms.txt

Use this file to discover all available pages before exploring further.

v5 update: Adds pagination (page, pageSize) and optional startLatestFundingDate / endLatestFundingDate filters.

Authorizations

x-api-key
string
header
required

Your Tokenomist API key

Query Parameters

startLatestFundingDate
string<date>

Filter investors whose latestFundingDate is on or after this date (YYYY-MM-DD).

endLatestFundingDate
string<date>

Filter investors whose latestFundingDate is on or before this date (YYYY-MM-DD).

page
integer

Page number (1-indexed).

Required range: x >= 1
pageSize
integer

Number of investors per page.

Required range: x >= 1

Response

200 - application/json

Successful response

metadata
object
status
boolean
data
object[]