Skip to main content
GET
/
v1
/
fundraising
/
investors
/
list
Investor List
curl --request GET \
  --url https://api.tokenomist.ai/v1/fundraising/investors/list \
  --header 'x-api-key: <api-key>'
{
  "metadata": {
    "queryDate": "2026-01-08T10:13:58Z"
  },
  "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"
    }
  ]
}
Start here to get a list of all investorID to use for calling Investors API.

Authorizations

x-api-key
string
header
required

Your Tokenomist API key

Response

200 - application/json

Successful response

metadata
object
status
boolean
data
object[]