v1

latestOpenAPI 3.0.32026-07-26282561.6 KB
Daily Emission

Daily Emission v2

Daily emission data per token with AI assisted listings and dynamic inflation rate.

get/v2/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-01-08T00:00:00Z",
      "endDate": "2024-01-09T00:00:00Z",
      "tokenName": "Arbitrum",
      "tokenSymbol": "ARB",
      "listedMethod": "INTERNAL",
      "unlockAmount": 478781.65471694345,
      "unlockValue": 818716.6295659733,
      "referencePrice": 1.71,
      "allocations": [
        {
          "allocationName": "Arbitrum DAO Treasury",
          "standardAllocationName": "Reserve",
          "unlockAmount": 478781.65471694345,
          "unlockValue": 818716.6295659733
        }
      ],
      "totalCumulativeUnlockedAmount": 1527949623.5683928
    }
  ]
}