---
title: "List Issuer Quote Executions"
method: GET
path: "/issuer-quotes"
tags: ["Issuer Quotes"]
---

# List Issuer Quote Executions

`GET /issuer-quotes`

Retrieves full details of quote executions where Paxos is the issuer.

## Query parameters

- `profile_id` string
- `status` string[]
- `created_range.begin` string, date-time
- `created_range.end` string, date-time
- `limit` integer
- `page_cursor` string
- `order` 'DESC' | 'ASC'

## Response `200`

A successful response.

- ListIssuerQuoteExecutionsResponse
  - `issuer_quote_executions` IssuerQuoteExecution[]
    - `id` string, required — The UUID of the issuer quote execution.
    - `created_at` string, date-time, required — The time at which the issuer quote execution was created.
    - `asset_type` string, required — The crypto asset bought or sold with the issuer quote execution.
    - `principal` string, decimal, required — The notional amount of the issuer quote execution.
    - `fee` string, decimal, required — The fee charged for the issuer quote execution.
    - `status` 'PENDING' | 'COMPLETE' | 'FAILED', required
    - `ref_id` string — A unique identifier for the quote execution (for idempotence).
    - `token_fee` string, decimal, required — The creation or destruction fee, denominated in crypto units.
    - `token_price` string, decimal, required — The price of the crypto asset at the time of the transaction.
    - `token_principal` string, decimal, required — The net amount of the crypto asset received. Can be negative.
    - `profile_id` string, required — The profile ID under which the issuer quote is executed.
  - `next_page_cursor` string

---

[API](https://skmtc.net/paxos/apis/paxos-api.md) · [All operations](https://skmtc.net/paxos/apis/paxos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paxos/paxos-api/revisions/0687ca8c9a8d/schema)
