---
title: "Admin fee claims."
method: GET
path: "/v1/analytics/veyb/admin-fee-claims"
tags: ["veyb"]
---

# Admin fee claims.

`GET /v1/analytics/veyb/admin-fee-claims`

One row per LT admin-fee withdrawal. `amount` is LT shares (18dp), never the asset — hence `value` (USD) as the only amount sort. Newest first. New rows only prepend, so dedupe on `id` while paging. A legacy `marketIdx` is a 400. `minAmountUsd` drops priced rows below it and `totalCount` follows; unpriced rows stay.

## Query parameters

- `chainId` string
- `limit` string — Integer 1-1000; outside is a 400, never clamped.
- `offset` string — Integer 0-10000; outside is a 400, never clamped.
- `isDesc` 'true' | 'false'
- `sortBy` 'date' | 'value'
- `minAmountUsd` '0.1' | '1' | '100' | '1000' | '10000' | '100000' | '1000000'
- `marketIdx` string — Integer 0-64; outside is a 400, never clamped.

## Response `200`

Admin fee claims.

- object
  - `success` true, required
  - `data` object[], required
    - `id` string, required
    - `chainId` number, required
    - `transactionHash` string, required
    - `blockNumber` number, required
    - `blockTimestamp` number, required
    - `amount` string, required
    - `amountUsd` string, required
    - `assetTokenAddress` string, required
    - `ltAddress` string, required
  - `totalCount` string, required
  - `timestamp` string, required

## Other responses

- `400` — Invalid request
- `500` — Internal error
- `502` — Upstream data/schema error

---

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