curl -X 'GET' \
'https://api.unlocks.app/v1/allocations?tokenId=optimism' \
-H 'x-api-key: $YOUR_API_KEY'
{
"metadata": {
"queryDate": "2024-06-24T13:29:11Z"
},
"status": true,
"data": {
"name": "Optimism",
"symbol": "OP",
"maxSupply": 4294967296,
"lastUpdatedDate": "2024-06-18T09:07:49Z",
"totalUnlockedAmount": 1133988512.7000003,
"totalLockedAmount": 929041330.499999,
"totalUntrackedAmount": 0.8000006675720215,
"totalTBDLockedAmount": 2231937452,
"allocations": [
{
"allocationName": "Core Contributors",
"allocationType": "Scheduled",
"standardAllocationName": "Founder / Team",
"allocationUnlockedAmount": 402508084,
"allocationLockedAmount": 413535702,
"allocationAmount": 816043786,
"trackedAllocationPercentage": 18.999999994412065
}
]
}
}
Get all token allocations as well as Tokenomist’ own methodology of comparable allocation standards
curl -X 'GET' \
'https://api.unlocks.app/v1/allocations?tokenId=optimism' \
-H 'x-api-key: $YOUR_API_KEY'
{
"metadata": {
"queryDate": "2024-06-24T13:29:11Z"
},
"status": true,
"data": {
"name": "Optimism",
"symbol": "OP",
"maxSupply": 4294967296,
"lastUpdatedDate": "2024-06-18T09:07:49Z",
"totalUnlockedAmount": 1133988512.7000003,
"totalLockedAmount": 929041330.499999,
"totalUntrackedAmount": 0.8000006675720215,
"totalTBDLockedAmount": 2231937452,
"allocations": [
{
"allocationName": "Core Contributors",
"allocationType": "Scheduled",
"standardAllocationName": "Founder / Team",
"allocationUnlockedAmount": 402508084,
"allocationLockedAmount": 413535702,
"allocationAmount": 816043786,
"trackedAllocationPercentage": 18.999999994412065
}
]
}
}
tokenId from Token List APIShow data fields
Show allocation fields
curl -X 'GET' \
'https://api.unlocks.app/v1/allocations?tokenId=optimism' \
-H 'x-api-key: $YOUR_API_KEY'
{
"metadata": {
"queryDate": "2024-06-24T13:29:11Z"
},
"status": true,
"data": {
"name": "Optimism",
"symbol": "OP",
"maxSupply": 4294967296,
"lastUpdatedDate": "2024-06-18T09:07:49Z",
"totalUnlockedAmount": 1133988512.7000003,
"totalLockedAmount": 929041330.499999,
"totalUntrackedAmount": 0.8000006675720215,
"totalTBDLockedAmount": 2231937452,
"allocations": [
{
"allocationName": "Core Contributors",
"allocationType": "Scheduled",
"standardAllocationName": "Founder / Team",
"allocationUnlockedAmount": 402508084,
"allocationLockedAmount": 413535702,
"allocationAmount": 816043786,
"trackedAllocationPercentage": 18.999999994412065
}
]
}
}