curl -X 'GET' \
'https://api.unlocks.app/v3/token/list' \
-H 'x-api-key: $YOUR_API_KEY'
{
"metadata": {
"queryDate": "2026-01-08T10:16:00Z"
},
"status": true,
"data": [
{
"id": "0x",
"name": "0x Protocol",
"symbol": "ZRX",
"listedMethod": "INTERNAL",
"circulatingSupply": 848396562.906836,
"marketCap": 121860242,
"maxSupply": 1000000000,
"totalLockedAmount": 0,
"tbdLockedAmount": 0,
"unlockedAmount": 1000000000,
"untrackedAmount": 0,
"hasStandardAllocation": true,
"hasFundraising": true,
"latestFundraisingRound": "Series B",
"websiteUrl": "https://tokenomist.ai/0x",
"lastUpdatedDate": "2025-04-25T08:42:27Z"
}
]
}
Add information about fundraising and latest round
curl -X 'GET' \
'https://api.unlocks.app/v3/token/list' \
-H 'x-api-key: $YOUR_API_KEY'
{
"metadata": {
"queryDate": "2026-01-08T10:16:00Z"
},
"status": true,
"data": [
{
"id": "0x",
"name": "0x Protocol",
"symbol": "ZRX",
"listedMethod": "INTERNAL",
"circulatingSupply": 848396562.906836,
"marketCap": 121860242,
"maxSupply": 1000000000,
"totalLockedAmount": 0,
"tbdLockedAmount": 0,
"unlockedAmount": 1000000000,
"untrackedAmount": 0,
"hasStandardAllocation": true,
"hasFundraising": true,
"latestFundraisingRound": "Series B",
"websiteUrl": "https://tokenomist.ai/0x",
"lastUpdatedDate": "2025-04-25T08:42:27Z"
}
]
}
Show data fields
curl -X 'GET' \
'https://api.unlocks.app/v3/token/list' \
-H 'x-api-key: $YOUR_API_KEY'
{
"metadata": {
"queryDate": "2026-01-08T10:16:00Z"
},
"status": true,
"data": [
{
"id": "0x",
"name": "0x Protocol",
"symbol": "ZRX",
"listedMethod": "INTERNAL",
"circulatingSupply": 848396562.906836,
"marketCap": 121860242,
"maxSupply": 1000000000,
"totalLockedAmount": 0,
"tbdLockedAmount": 0,
"unlockedAmount": 1000000000,
"untrackedAmount": 0,
"hasStandardAllocation": true,
"hasFundraising": true,
"latestFundraisingRound": "Series B",
"websiteUrl": "https://tokenomist.ai/0x",
"lastUpdatedDate": "2025-04-25T08:42:27Z"
}
]
}