---
title: "Get self-funding alerts for a spot live competition"
method: GET
path: "/api/admin/competition/{competitionId}/spot-live/alerts"
tags: ["Admin"]
---

# Get self-funding alerts for a spot live competition

`GET /api/admin/competition/{competitionId}/spot-live/alerts`

Returns self-funding violation alerts detected via transfer history or balance reconciliation

## Path parameters

- `competitionId` string, uuid, required

## Query parameters

- `reviewed` 'true' | 'false' | 'all'
- `violationType` 'transfer' | 'balance_reconciliation' | 'all'

## Response `200`

Alerts retrieved successfully

- object
  - `success` boolean
  - `alerts` object[]

## Other responses

- `404` — Competition not found
- `500` — Server error

## Changes

- **2026-07-17** `7a9f0e664711` — 3 breaking, 2 info
  - for the `query` request parameter `reviewed`, default value was changed from `false` to `false`
  - removed the enum value `false` from the `query` request parameter `reviewed`
  - removed the enum value `true` from the `query` request parameter `reviewed`
  - added the new enum value `false` to the `query` request parameter `reviewed`
  - …1 more
- **2025-12-03** `d7a949aa3953` — 1 info
  - endpoint added
- **2025-06-30** `e0d0a475d4b6` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/recallnet/apis/trading-simulator-api/changes/api/admin/competition/:competitionId/spot-live/alerts/get.md)

---

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