v1

latestOpenAPI 3.0.32026-07-26282561.6 KB
Daily Emission

Daily Emission v1

Daily emission data per token summarizing all unlocks happening each day.

get/v1/daily-emission

Query parameters

tokenIdstring required

Token identifier. Get from Token List API.

startstring date

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

endstring date

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

Response

Successful response

statusboolean

Example response

{
  "metadata": {
    "queryDate": "2026-01-08T10:13:58Z",
    "credit": {
      "used": 213,
      "limit": 300,
      "resetAt": "2026-08-01T00:00:00Z"
    }
  },
  "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
    }
  ]
}