---
title: "Get conflicting proofs"
method: GET
path: "/conflicting-proofs"
tags: ["RFQ Indexer API"]
---

# Get conflicting proofs

`GET /conflicting-proofs`

Retrieves a list of transactions where the relayer in the proof differs from the relayer in the relay event

## 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 conflicting proofs 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)
