---
title: "List Corrected Tokens"
method: GET
path: "/corrections"
---

# List Corrected Tokens

`GET /corrections`

Get the tokens which were un-flagged in the last 24 hours.  Available with the Enterprise plan.

## Query parameters

- `chain_id` string
- `limit` integer
- `offset` integer
- `start_time` string
- `end_time` string

## Headers

- `X-API-Key` string, required

## Response `200`

200

- object
  - `message` string
  - `total` integer
  - `result` object[]
    - `chain_id` string
    - `address` string
    - `deployer_addr` string
    - `name` string
    - `symbol` string
    - `created_at` string
    - `unflagged_at` string
    - `is_source_verified` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/tokensniffer/apis/chain-api.md) · [All operations](https://skmtc.net/tokensniffer/apis/chain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tokensniffer/chain-api/versions/b1dddd01cc85/schema)
