v1

latestOpenAPI 3.1.02026-08-0411022.6 KB

List Corrected Tokens

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

get/corrections

Query parameters

chain_idstring

Chain identifier

limitinteger

Maximum number of results. Defaults to 100 with a maximum of 5000.

offsetinteger

Number of results to skip. Defaults to 0.

start_timestring

Restrict results to tokens created/flagged after this time.

end_timestring

Restrict results to tokens created/flagged before this time

Headers

X-API-Keystring required

Your assigned API key

Response

200

messagestring
totalinteger

Example response

{
  "message": "OK",
  "total": 36,
  "result": [
    {
      "chain_id": "1",
      "address": "0xf86f074d2230a2961499e7a7101cea291978d23f",
      "deployer_addr": "0xba059c8bebeeda8f000267b7ff066fe0595b3fd2",
      "name": "SHIBA INU CHAIN",
      "symbol": "SINU",
      "created_at": "2023-03-05T18:22:35.000Z",
      "unflagged_at": "2025-04-04T20:02:09.144Z",
      "is_source_verified": true
    }
  ]
}