---
title: "Get recent invalid relays"
method: GET
path: "/invalid-relays"
tags: ["RFQ Indexer API"]
---

# Get recent invalid relays

`GET /invalid-relays`

Retrieves a list of recent invalid relay events from the past 2 weeks

## Response `200`

Successful response

- object[]
  - `Bridge` object — General transaction fields
  - `BridgeRequest` object — Deposit information
  - `BridgeRelay` object — Relay information
  - `BridgeRefund` object — Refund information
  - `BridgeProof` object — Proof information (if available)
  - `BridgeClaim` object — Claim information (if available)
  - `BridgeDispute` object — Dispute information (if available)

## Other responses

- `404` — No recent invalid relays found
- `500` — Server error

---

[API](https://skmtc.dev/synapseprotocol/apis/synapse-protocol-rest-api.md) · [All operations](https://skmtc.dev/synapseprotocol/apis/synapse-protocol-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/synapseprotocol/synapse-protocol-rest-api/revisions/9949980b368b/schema)
