---
title: "Get Recent Rugpull Risks"
method: GET
path: "/v0/token/recent-rugpull-risks"
tags: ["token"]
---

# Get Recent Rugpull Risks

`GET /v0/token/recent-rugpull-risks`

Returns recently detected pre-dump rugpull-risk token addresses for the requested chain.

## Query parameters

- `chain` 'arbitrum' | 'avalanche' | 'base' | 'bsc' | 'ethereum' | 'optimism' | 'polygon' | 'zora' | 'solana' | 'starknet' | 'starknet-sepolia' | 'stellar' | 'linea' | 'degen' | 'zksync' | 'scroll' | 'blast' | 'soneium-minato' | 'base-sepolia' | 'bitcoin' | 'abstract' | 'soneium' | 'ink' | 'berachain' | 'unichain' | 'ronin' | 'sui' | 'hedera' | 'hyperevm' | 'xlayer' | 'monad' | 'megaeth' | 'tempo' | 'sei' | 'kaia' | 'tron' | 'robinhood' | 'flare', required — The chain name
- `results_limit` integer — Maximum number of token addresses to return (between 1 and 20)

## Response `200`

List of token addresses identified as recent rugpull risks

- string[]

## Other responses

- `422` — Validation Error - Invalid chain or parameters

## Changes

> 95 revisions in range; 1 not diffed.

- **2026-07-20** `7897dd82aeda` — 1 info
  - added the new enum value `flare` to the `query` request parameter `chain`
- **2026-06-29** `5dd76e537ede` — 1 info
  - added the new enum value `robinhood` to the `query` request parameter `chain`
- **2026-05-21** `ed1955d90f99` — 1 breaking
  - removed the enum value `zero-network` from the `query` request parameter `chain`
- **2026-05-18** `edc1bd1cc6f0` — 1 info
  - added the new enum value `kaia` to the `query` request parameter `chain`
- **2026-04-10** `9f445a24d5a0` — 3 info
  - added the new enum value `megaeth` to the `query` request parameter `chain`
  - added the new enum value `sei` to the `query` request parameter `chain`
  - added the new enum value `tempo` to the `query` request parameter `chain`

[Change history](https://skmtc.dev/blockaid-official/apis/blockaid-api/changes/v0/token/recent-rugpull-risks/get.md)

---

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