Skip to main content
GET
cURL
Flags wallets that look like they know something the market doesn’t: pre-resolution accumulation, well-timed entries, or one-sided conviction with no hedges. Each flag carries a suspicion_score and a reason. A high score is worth a closer look, not proof of wrongdoing.
Cursor-paginated by score. See Pagination. To fetch one returned rf_... item again, use Get Insider Radar Flag.

Authorizations

Authorization
string
header
required

API key authentication. Send your key in the Authorization header as Bearer oxi_sk_live_.... Live keys require an active Pro subscription and return live data.

Headers

If-None-Match
string

Conditional GET validator from a previous ETag. Matching values return 304 Not Modified with an empty body.

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string

Pagination cursor from previous response.

min_suspicion
number
default:0

Minimum suspicion score (0-100).

severity
enum<string>

Filter by severity level.

Available options:
flag,
watch

Response

Radar flags list

object
string
required
Allowed value: "list"
data
object[]
required
has_more
boolean
required
meta
object
required
next_cursor
string | null
total
integer | null

Total matching rows when the read model exposes a count; absent (or null) when it does not.