REST

Latest Token Creations

The most recent token launches across the ecosystem.

GET/v1/creations

Request

curl "https://api.anaxer.com/v1/creations?since=309812500&limit=20" \
  -H "Authorization: Bearer YOUR_KEY"

Path parameters

No path parameters for this endpoint.

Query parameters

NameTypeDescription
sincenumberReturn events with slot greater than this value. Use after a reconnect to backfill missed events. Example: 309812500
limitnumberMaximum number of results to return. Example: 20
cursorstringPagination cursor from a previous response.

Response

Example response body:

{
  "data": [
    {
      "type": "created",
      "platform": "pumpfun",
      "mint": "pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn",
      "name": "Pump",
      "symbol": "PUMP",
      "tokenSupply": "1000000000",
      "socials": {
        "website": "https://pump.fun",
        "x": "https://x.com/pumpfun"
      },
      "creator": "7BvK3nF2HxR8mP5qW9tL4sY6jC1dA8eU3gN2fM5A1zXY",
      "slot": 309812345,
      "timestamp": "2026-06-27T07:21:04Z"
    }
  ],
  "nextCursor": "MzA5ODEyMzQ1"
}