Skip to main content
GET
/
v1
/
daily-emission
Daily Emission v1
curl --request GET \
  --url https://api.tokenomist.ai/v1/daily-emission \
  --header 'x-api-key: <api-key>'
{
  "metadata": {
    "queryDate": "2026-01-08T10:13:58Z"
  },
  "status": true,
  "data": [
    {
      "startDate": "2024-08-20T00:00:00Z",
      "endDate": "2024-08-21T00:00:00Z",
      "tokenName": "Arbitrum",
      "tokenSymbol": "ARB",
      "unlockAmount": 478781.65092402464,
      "unlockValue": 259053.43030216015,
      "referencePrice": 0.541068,
      "allocations": [
        {
          "allocationName": "Arbitrum DAO Treasury",
          "standardAllocationName": "Reserve",
          "unlockAmount": 478781.65471694345,
          "unlockValue": 818716.6295659733
        }
      ],
      "totalCumulativeUnlockedAmount": 3259930660.716421
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your Tokenomist API key

Query Parameters

tokenId
string
required

Token identifier. Get from Token List API.

start
string<date>

Start date for time filtering (YYYY-MM-DD). Defaults to earliest available date.

end
string<date>

End date for time filtering (YYYY-MM-DD). Defaults to current date.

Response

200 - application/json

Successful response

metadata
object
status
boolean
data
object[]