---
title: "Get refunded and relayed transactions"
method: GET
path: "/refunded-and-relayed"
tags: ["RFQ Indexer API"]
---

# Get refunded and relayed transactions

`GET /refunded-and-relayed`

Retrieves a list of transactions that have been both refunded and relayed

## 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 refunded and relayed transactions 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)
