curl -X 'GET' \
'https://api.unlocks.app/v1/fundraising/token/uniswap' \
-H 'x-api-key: $YOUR_API_KEY'
{
"metadata": {
"queryDate": "2026-01-08T10:22:54Z"
},
"status": true,
"data": {
"tokenId": "uniswap",
"tokenName": "Uniswap",
"tokenSymbol": "UNI",
"listedMethod": "INTERNAL",
"totalAmountRaised": 181000000,
"unlockedInvestor": null,
"investorReleasedPercentage": null,
"fundingRounds": [
{
"fundingRound": "Series B",
"fundingDate": "2022-10-13T00:00:00Z",
"raiseType": null,
"amountRaised": 165000000,
"valuation": 1660000000,
"pricePerToken": null,
"sourceURLList": [
"https://blog.uniswap.org/bringing-web3-to-everyone"
],
"investors": [
{
"investorId": "polychain-capital",
"investorName": "Polychain Capital",
"isLeadInvestor": true
},
{
"investorId": "andreessen-horowitz",
"investorName": "Andreessen Horowitz (a16z)",
"isLeadInvestor": false
}
],
"numberOfInvestors": 5
}
]
}
}
Fundraising data per token including funding date, round, amount raised, valuation and price per token
curl -X 'GET' \
'https://api.unlocks.app/v1/fundraising/token/uniswap' \
-H 'x-api-key: $YOUR_API_KEY'
{
"metadata": {
"queryDate": "2026-01-08T10:22:54Z"
},
"status": true,
"data": {
"tokenId": "uniswap",
"tokenName": "Uniswap",
"tokenSymbol": "UNI",
"listedMethod": "INTERNAL",
"totalAmountRaised": 181000000,
"unlockedInvestor": null,
"investorReleasedPercentage": null,
"fundingRounds": [
{
"fundingRound": "Series B",
"fundingDate": "2022-10-13T00:00:00Z",
"raiseType": null,
"amountRaised": 165000000,
"valuation": 1660000000,
"pricePerToken": null,
"sourceURLList": [
"https://blog.uniswap.org/bringing-web3-to-everyone"
],
"investors": [
{
"investorId": "polychain-capital",
"investorName": "Polychain Capital",
"isLeadInvestor": true
},
{
"investorId": "andreessen-horowitz",
"investorName": "Andreessen Horowitz (a16z)",
"isLeadInvestor": false
}
],
"numberOfInvestors": 5
}
]
}
}
tokenId from Token List APIShow data fields
Show funding round fields
curl -X 'GET' \
'https://api.unlocks.app/v1/fundraising/token/uniswap' \
-H 'x-api-key: $YOUR_API_KEY'
{
"metadata": {
"queryDate": "2026-01-08T10:22:54Z"
},
"status": true,
"data": {
"tokenId": "uniswap",
"tokenName": "Uniswap",
"tokenSymbol": "UNI",
"listedMethod": "INTERNAL",
"totalAmountRaised": 181000000,
"unlockedInvestor": null,
"investorReleasedPercentage": null,
"fundingRounds": [
{
"fundingRound": "Series B",
"fundingDate": "2022-10-13T00:00:00Z",
"raiseType": null,
"amountRaised": 165000000,
"valuation": 1660000000,
"pricePerToken": null,
"sourceURLList": [
"https://blog.uniswap.org/bringing-web3-to-everyone"
],
"investors": [
{
"investorId": "polychain-capital",
"investorName": "Polychain Capital",
"isLeadInvestor": true
},
{
"investorId": "andreessen-horowitz",
"investorName": "Andreessen Horowitz (a16z)",
"isLeadInvestor": false
}
],
"numberOfInvestors": 5
}
]
}
}