---
title: "Unified Public Allocator event timeline"
method: GET
path: "/v3/public-allocator/events"
tags: ["PublicAllocator"]
---

# Unified Public Allocator event timeline

`GET /v3/public-allocator/events`

Unified stream of public allocator events. `chainId`, `from`, and `to` are required.

## Query parameters

- `chainId` string, required
- `from` integer, required
- `to` integer, required
- `type` string
- `offset` integer
- `limit` integer

## Response `200`

Public allocator events

- object
  - `data` object[]
    - `id` string
    - `chainId` integer
    - `type` string
    - `timestamp` string, date-time
    - `blockNumber` string
    - `txHash` string
    - `logIndex` integer
    - `payload` object
  - `meta` PaginationMeta
    - `total` integer — Exact total count when the endpoint provides one.
    - `hasMore` boolean — Indicates whether another page exists beyond the current page.
    - `offset` integer
    - `limit` integer — Echoed page size after endpoint-side clamping.
    - `timestamp` string, date-time, required
    - `chainId` string — Comma-separated chain IDs for multi-chain responses.
    - `degradedProviders` string[] — Live providers whose data is incomplete in this response.

## Other responses

- `400` — Bad request
- `404` — Not found
- `429` — Rate limited
- `500` — Internal server error

---

[API](https://skmtc.dev/euler/apis/euler-data-api-v3.md) · [All operations](https://skmtc.dev/euler/apis/euler-data-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/euler/euler-data-api-v3/revisions/9573a5fbd4a6/schema)
