---
title: "Get open quote requests"
method: GET
path: "/open_quote_requests"
tags: ["RFQ API"]
---

# Get open quote requests

`GET /open_quote_requests`

Get all open quote requests that are currently in Received or Pending status.

## Response `200`

OK

- ModelGetOpenQuoteRequestsResponse[]
  - `created_at` string
  - `dest_chain_id` integer
  - `dest_token` string
  - `expiration_window` integer
  - `origin_amount` string
  - `origin_chain_id` integer
  - `origin_token` string
  - `user_address` string

---

[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)
