---
title: "Update quote"
method: PATCH
path: "/liquidity/rfq"
tags: ["Liquidity"]
---

# Update quote

`PATCH /liquidity/rfq`

Updates an active quote's `total` (and optionally its `fees`) before execution. The `quote_id` and new `total` are both required.

## Headers

- `X-SCX-SIGNED` string, required
- `X-SCX-TIMESTAMP` string, required

## Request body

- PatchRequestForQuoteBody
  - `quote_id` string, required — The identifier for the quote Note: this is required to execute the quote
  - `total` string, required — The total amount of the `quoted_currency` requested in the quote. Only allowed to update the `total` field, not `quantity`. Must be less than or equal to the original `total` amount in the quote.
  - `fees` DynamicFeeRequest[]
    - `name` string, required
    - `amount` string, required
    - `type` 'notional' | 'bps' — Fee amount type. Default is notional

## Response `200`

Successfully updated quote. Returns the updated quote envelope (`{ message: {...} }`).

- PatchRequestForQuoteResponse
  - `message` PostRequestForQuoteResponse
    - `message` union
      - object — Response for a request for quote with base fields specified
        - `request_id` string — The identifier of the RFQ
        - `participant_code` string — The identifier of the participant making the quote request
        - `quoted_currency` 'USD' | 'EUR' — The quoted currency in the trading pair. E.g. `USD` in the pair `BTC/USD`.
        - `side` 'buy' | 'sell' — The participant side of the quote - `buy` or `sell`
        - `quantity` string — The amount of the underlying currency
        - `price` string — The cost per unit of underlying currency
        - `quote_id` string — The identifier for the quote Note: this is required to execute the quote
        - `expire_ts` number — Timestamp when the quote will expire
        - `account_group` string — The group that the account is a part of
        - `account_label` string — The account label associated with the account
        - `obo_participant` OBOParticipantEntity
          - `participant_code` string — The identifier of the participant making the request
          - `account_group` string — The identifier of the the account group
          - `account_label` string — The account label associated with the account
        - `total_notional` string — Total notional is the full cost inclusive of fees or the total proceeds after fees
        - `underlying` 'USDC.OPTIMISM' | 'USDC.SUI' | 'DOT' | 'FIL' | 'PYUSD.ETH' | 'TRX' | 'ZRX' | 'DAI.ETH' | 'USDC.WORLDCHAIN' | 'USDP' | 'USDT.BSC' | 'USDT.CELO' | 'PEPE.ETH' | 'SAND' | 'USDC.DOTHUB' | 'USDC.SEI' | 'USDC.SOL' | 'USDC.ZKSYNC' | 'ENA.ETH' | 'MANA.ETH' | 'PYTH.SOL' | 'SOL' | 'USDC.BASE' | 'USDC.CELO' | 'USDT' | 'ADA' | 'INJ.ETH' | 'MATIC.POLYGON' | 'PAXG' | 'USD' | 'AAVE.ETH' | 'ALGO' | 'EURC.XLM' | 'KNC.ETH' | 'PNUT.SOL' | 'SHIB' | 'BCH' | 'DOGE' | 'EGLD' | 'JTO.SOL' | 'UNI.ETH' | 'USDC' | 'USDC.ARBITRUM' | 'ONDO.ETH' | 'PENGU.SOL' | 'USD' | 'WLFI.ETH' | 'XLM' | 'APT' | 'CC' | 'ETH.OPTIMISM' | 'ETH.WORLDCHAIN' | 'LDO.ETH' | 'MORPHO.ETH' | 'SEI' | 'ETH.ZKSYNC' | 'USDC.AVAX' | 'USDC.XLM' | 'USDT.DOTHUB' | 'USDT.SOL' | 'MANA' | 'USDC.ALGO' | 'MATIC.ETH' | 'NEAR' | 'UNI' | 'USDT.ARBITRUM' | 'USDT.AVAX' | 'OMG' | 'ARB.ARBITRUM' | 'COMP.ETH' | 'GRT.ETH' | 'USDC.POLYGON' | 'AVAX' | 'AAVE' | 'CELO' | 'PYUSD.SOL' | 'PAXG.ETH' | 'USDC.MONAD' | 'BAT' | 'COMP' | 'ETH.ARBITRUM' | 'ETH.BASE' | 'OP.OPTIMISM' | 'TRUMP.SOL' | 'ENJ.ETH' | 'SUI' | 'USDT.ETH' | 'USDT.OPTIMISM' | 'USDT.TRX' | 'USDT.XPL' | 'OMG.ETH' | 'XRP' | 'HBAR' | 'USDC.APT' | 'USDC.ETH' | 'BNB' | 'ATOM' | 'BAT.ETH' | 'GRT' | 'LINK.ETH' | 'USDP.SOL' | 'ZK.ZKSYNC' | 'BONK.SOL' | 'KNC' | 'TIA' | 'ZRO.ETH' | 'ZRX.ETH' | 'PUMP.SOL' | 'USD' | 'XTZ' | 'CRV.ETH' | 'GALA.ETH' | 'TON' | 'USDT.POLYGON' | 'WBTC.ETH' | 'XPL' | 'BTC' | 'MON' | 'SHIB.ETH' | 'USDC.BSC' | 'WLD.WORLDCHAIN' | 'W.SOL' | 'LTC' | 'RLUSD.ETH' | 'WBTC' | 'LINK' | 'USDCX.CANTON' | 'ETH' | 'WIF.SOL' | 'APE.ETH' | 'EURC' | 'MKR.ETH' | 'RLUSD.XRP' — The underlying asset in the trading pair. E.g. `BTC` in the pair `BTC/USD`.
        - `asset_cost_notional` string — asset_cost_notional is a field that shows the notional cost of the asset
        - `spread_notional` string — The notional of the spread applied to the quote
        - `spread_bps` string — The spread in basis points applied to the quote
        - `commission_notional` string — The notional commission applied to the quote
        - `commission_bps` string — The commission in basis points applied to the quote
      - object — Response for a request for quote with fees specified
        - `request_id` string — The identifier of the RFQ
        - `participant_code` string — The identifier of the participant making the quote request
        - `quoted_currency` 'USD' | 'EUR' — The quoted currency in the trading pair. E.g. `USD` in the pair `BTC/USD`.
        - `side` 'buy' | 'sell' — The participant side of the quote - `buy` or `sell`
        - `quantity` string — The amount of the underlying currency
        - `price` string — The cost per unit of underlying currency
        - `quote_id` string — The identifier for the quote Note: this is required to execute the quote
        - `expire_ts` number — Timestamp when the quote will expire
        - `account_group` string — The group that the account is a part of
        - `account_label` string — The account label associated with the account
        - `obo_participant` OBOParticipantEntity
          - `participant_code` string — The identifier of the participant making the request
          - `account_group` string — The identifier of the the account group
          - `account_label` string — The account label associated with the account
        - `total_notional` string — Total notional is the full cost inclusive of fees or the total proceeds after fees
        - `underlying` 'USDC.OPTIMISM' | 'USDC.SUI' | 'DOT' | 'FIL' | 'PYUSD.ETH' | 'TRX' | 'ZRX' | 'DAI.ETH' | 'USDC.WORLDCHAIN' | 'USDP' | 'USDT.BSC' | 'USDT.CELO' | 'PEPE.ETH' | 'SAND' | 'USDC.DOTHUB' | 'USDC.SEI' | 'USDC.SOL' | 'USDC.ZKSYNC' | 'ENA.ETH' | 'MANA.ETH' | 'PYTH.SOL' | 'SOL' | 'USDC.BASE' | 'USDC.CELO' | 'USDT' | 'ADA' | 'INJ.ETH' | 'MATIC.POLYGON' | 'PAXG' | 'USD' | 'AAVE.ETH' | 'ALGO' | 'EURC.XLM' | 'KNC.ETH' | 'PNUT.SOL' | 'SHIB' | 'BCH' | 'DOGE' | 'EGLD' | 'JTO.SOL' | 'UNI.ETH' | 'USDC' | 'USDC.ARBITRUM' | 'ONDO.ETH' | 'PENGU.SOL' | 'USD' | 'WLFI.ETH' | 'XLM' | 'APT' | 'CC' | 'ETH.OPTIMISM' | 'ETH.WORLDCHAIN' | 'LDO.ETH' | 'MORPHO.ETH' | 'SEI' | 'ETH.ZKSYNC' | 'USDC.AVAX' | 'USDC.XLM' | 'USDT.DOTHUB' | 'USDT.SOL' | 'MANA' | 'USDC.ALGO' | 'MATIC.ETH' | 'NEAR' | 'UNI' | 'USDT.ARBITRUM' | 'USDT.AVAX' | 'OMG' | 'ARB.ARBITRUM' | 'COMP.ETH' | 'GRT.ETH' | 'USDC.POLYGON' | 'AVAX' | 'AAVE' | 'CELO' | 'PYUSD.SOL' | 'PAXG.ETH' | 'USDC.MONAD' | 'BAT' | 'COMP' | 'ETH.ARBITRUM' | 'ETH.BASE' | 'OP.OPTIMISM' | 'TRUMP.SOL' | 'ENJ.ETH' | 'SUI' | 'USDT.ETH' | 'USDT.OPTIMISM' | 'USDT.TRX' | 'USDT.XPL' | 'OMG.ETH' | 'XRP' | 'HBAR' | 'USDC.APT' | 'USDC.ETH' | 'BNB' | 'ATOM' | 'BAT.ETH' | 'GRT' | 'LINK.ETH' | 'USDP.SOL' | 'ZK.ZKSYNC' | 'BONK.SOL' | 'KNC' | 'TIA' | 'ZRO.ETH' | 'ZRX.ETH' | 'PUMP.SOL' | 'USD' | 'XTZ' | 'CRV.ETH' | 'GALA.ETH' | 'TON' | 'USDT.POLYGON' | 'WBTC.ETH' | 'XPL' | 'BTC' | 'MON' | 'SHIB.ETH' | 'USDC.BSC' | 'WLD.WORLDCHAIN' | 'W.SOL' | 'LTC' | 'RLUSD.ETH' | 'WBTC' | 'LINK' | 'USDCX.CANTON' | 'ETH' | 'WIF.SOL' | 'APE.ETH' | 'EURC' | 'MKR.ETH' | 'RLUSD.XRP' — The underlying asset in the trading pair. E.g. `BTC` in the pair `BTC/USD`.
        - `asset_cost_notional` string — asset_cost_notional is a field that shows the notional cost of the asset
        - `spread_notional` string — The notional of the spread applied to the quote
        - `spread_bps` string — The spread in basis points applied to the quote
        - `commission_notional` string — The notional commission applied to the quote
        - `commission_bps` string — The commission in basis points applied to the quote
        - `fees` DynamicFee[]
          - `name` string, required
          - `amount` string, required
      - object — Response for a request for quote with payment processing fees specified
        - `request_id` string — The identifier of the RFQ
        - `participant_code` string — The identifier of the participant making the quote request
        - `quoted_currency` 'USD' | 'EUR' — The quoted currency in the trading pair. E.g. `USD` in the pair `BTC/USD`.
        - `side` 'buy' | 'sell' — The participant side of the quote - `buy` or `sell`
        - `quantity` string — The amount of the underlying currency
        - `price` string — The cost per unit of underlying currency
        - `quote_id` string — The identifier for the quote Note: this is required to execute the quote
        - `expire_ts` number — Timestamp when the quote will expire
        - `account_group` string — The group that the account is a part of
        - `account_label` string — The account label associated with the account
        - `obo_participant` OBOParticipantEntity
          - `participant_code` string — The identifier of the participant making the request
          - `account_group` string — The identifier of the the account group
          - `account_label` string — The account label associated with the account
        - `total_notional` string — Total notional is the full cost inclusive of fees or the total proceeds after fees
        - `underlying` 'USDC.OPTIMISM' | 'USDC.SUI' | 'DOT' | 'FIL' | 'PYUSD.ETH' | 'TRX' | 'ZRX' | 'DAI.ETH' | 'USDC.WORLDCHAIN' | 'USDP' | 'USDT.BSC' | 'USDT.CELO' | 'PEPE.ETH' | 'SAND' | 'USDC.DOTHUB' | 'USDC.SEI' | 'USDC.SOL' | 'USDC.ZKSYNC' | 'ENA.ETH' | 'MANA.ETH' | 'PYTH.SOL' | 'SOL' | 'USDC.BASE' | 'USDC.CELO' | 'USDT' | 'ADA' | 'INJ.ETH' | 'MATIC.POLYGON' | 'PAXG' | 'USD' | 'AAVE.ETH' | 'ALGO' | 'EURC.XLM' | 'KNC.ETH' | 'PNUT.SOL' | 'SHIB' | 'BCH' | 'DOGE' | 'EGLD' | 'JTO.SOL' | 'UNI.ETH' | 'USDC' | 'USDC.ARBITRUM' | 'ONDO.ETH' | 'PENGU.SOL' | 'USD' | 'WLFI.ETH' | 'XLM' | 'APT' | 'CC' | 'ETH.OPTIMISM' | 'ETH.WORLDCHAIN' | 'LDO.ETH' | 'MORPHO.ETH' | 'SEI' | 'ETH.ZKSYNC' | 'USDC.AVAX' | 'USDC.XLM' | 'USDT.DOTHUB' | 'USDT.SOL' | 'MANA' | 'USDC.ALGO' | 'MATIC.ETH' | 'NEAR' | 'UNI' | 'USDT.ARBITRUM' | 'USDT.AVAX' | 'OMG' | 'ARB.ARBITRUM' | 'COMP.ETH' | 'GRT.ETH' | 'USDC.POLYGON' | 'AVAX' | 'AAVE' | 'CELO' | 'PYUSD.SOL' | 'PAXG.ETH' | 'USDC.MONAD' | 'BAT' | 'COMP' | 'ETH.ARBITRUM' | 'ETH.BASE' | 'OP.OPTIMISM' | 'TRUMP.SOL' | 'ENJ.ETH' | 'SUI' | 'USDT.ETH' | 'USDT.OPTIMISM' | 'USDT.TRX' | 'USDT.XPL' | 'OMG.ETH' | 'XRP' | 'HBAR' | 'USDC.APT' | 'USDC.ETH' | 'BNB' | 'ATOM' | 'BAT.ETH' | 'GRT' | 'LINK.ETH' | 'USDP.SOL' | 'ZK.ZKSYNC' | 'BONK.SOL' | 'KNC' | 'TIA' | 'ZRO.ETH' | 'ZRX.ETH' | 'PUMP.SOL' | 'USD' | 'XTZ' | 'CRV.ETH' | 'GALA.ETH' | 'TON' | 'USDT.POLYGON' | 'WBTC.ETH' | 'XPL' | 'BTC' | 'MON' | 'SHIB.ETH' | 'USDC.BSC' | 'WLD.WORLDCHAIN' | 'W.SOL' | 'LTC' | 'RLUSD.ETH' | 'WBTC' | 'LINK' | 'USDCX.CANTON' | 'ETH' | 'WIF.SOL' | 'APE.ETH' | 'EURC' | 'MKR.ETH' | 'RLUSD.XRP' — The underlying asset in the trading pair. E.g. `BTC` in the pair `BTC/USD`.
        - `asset_cost_notional` string — asset_cost_notional is a field that shows the notional cost of the asset
        - `spread_notional` string — The notional of the spread applied to the quote
        - `spread_bps` string — The spread in basis points applied to the quote
        - `commission_notional` string — The notional commission applied to the quote
        - `commission_bps` string — The commission in basis points applied to the quote
        - `fees` DynamicFee[]
          - `name` string, required
          - `amount` string, required
        - `payment_processor` object
          - `name` string — The name of the payment processor
          - `id` string — The unique identifier of the payment according to the PSP
      - object — Response for a quote where the token issuer has applied fees.
        - `request_id` string — The identifier of the RFQ
        - `participant_code` string — The identifier of the participant making the quote request
        - `quoted_currency` 'USD' | 'EUR' — The quoted currency in the trading pair. E.g. `USD` in the pair `BTC/USD`.
        - `side` 'buy' | 'sell' — The participant side of the quote - `buy` or `sell`
        - `quantity` string — The amount of the underlying currency
        - `price` string — The cost per unit of underlying currency
        - `quote_id` string — The identifier for the quote Note: this is required to execute the quote
        - `expire_ts` number — Timestamp when the quote will expire
        - `account_group` string — The group that the account is a part of
        - `account_label` string — The account label associated with the account
        - `obo_participant` OBOParticipantEntity
          - `participant_code` string — The identifier of the participant making the request
          - `account_group` string — The identifier of the the account group
          - `account_label` string — The account label associated with the account
        - `total_notional` string — Total notional is the full cost inclusive of fees or the total proceeds after fees
        - `underlying` 'USDC.OPTIMISM' | 'USDC.SUI' | 'DOT' | 'FIL' | 'PYUSD.ETH' | 'TRX' | 'ZRX' | 'DAI.ETH' | 'USDC.WORLDCHAIN' | 'USDP' | 'USDT.BSC' | 'USDT.CELO' | 'PEPE.ETH' | 'SAND' | 'USDC.DOTHUB' | 'USDC.SEI' | 'USDC.SOL' | 'USDC.ZKSYNC' | 'ENA.ETH' | 'MANA.ETH' | 'PYTH.SOL' | 'SOL' | 'USDC.BASE' | 'USDC.CELO' | 'USDT' | 'ADA' | 'INJ.ETH' | 'MATIC.POLYGON' | 'PAXG' | 'USD' | 'AAVE.ETH' | 'ALGO' | 'EURC.XLM' | 'KNC.ETH' | 'PNUT.SOL' | 'SHIB' | 'BCH' | 'DOGE' | 'EGLD' | 'JTO.SOL' | 'UNI.ETH' | 'USDC' | 'USDC.ARBITRUM' | 'ONDO.ETH' | 'PENGU.SOL' | 'USD' | 'WLFI.ETH' | 'XLM' | 'APT' | 'CC' | 'ETH.OPTIMISM' | 'ETH.WORLDCHAIN' | 'LDO.ETH' | 'MORPHO.ETH' | 'SEI' | 'ETH.ZKSYNC' | 'USDC.AVAX' | 'USDC.XLM' | 'USDT.DOTHUB' | 'USDT.SOL' | 'MANA' | 'USDC.ALGO' | 'MATIC.ETH' | 'NEAR' | 'UNI' | 'USDT.ARBITRUM' | 'USDT.AVAX' | 'OMG' | 'ARB.ARBITRUM' | 'COMP.ETH' | 'GRT.ETH' | 'USDC.POLYGON' | 'AVAX' | 'AAVE' | 'CELO' | 'PYUSD.SOL' | 'PAXG.ETH' | 'USDC.MONAD' | 'BAT' | 'COMP' | 'ETH.ARBITRUM' | 'ETH.BASE' | 'OP.OPTIMISM' | 'TRUMP.SOL' | 'ENJ.ETH' | 'SUI' | 'USDT.ETH' | 'USDT.OPTIMISM' | 'USDT.TRX' | 'USDT.XPL' | 'OMG.ETH' | 'XRP' | 'HBAR' | 'USDC.APT' | 'USDC.ETH' | 'BNB' | 'ATOM' | 'BAT.ETH' | 'GRT' | 'LINK.ETH' | 'USDP.SOL' | 'ZK.ZKSYNC' | 'BONK.SOL' | 'KNC' | 'TIA' | 'ZRO.ETH' | 'ZRX.ETH' | 'PUMP.SOL' | 'USD' | 'XTZ' | 'CRV.ETH' | 'GALA.ETH' | 'TON' | 'USDT.POLYGON' | 'WBTC.ETH' | 'XPL' | 'BTC' | 'MON' | 'SHIB.ETH' | 'USDC.BSC' | 'WLD.WORLDCHAIN' | 'W.SOL' | 'LTC' | 'RLUSD.ETH' | 'WBTC' | 'LINK' | 'USDCX.CANTON' | 'ETH' | 'WIF.SOL' | 'APE.ETH' | 'EURC' | 'MKR.ETH' | 'RLUSD.XRP' — The underlying asset in the trading pair. E.g. `BTC` in the pair `BTC/USD`.
        - `asset_cost_notional` string — asset_cost_notional is a field that shows the notional cost of the asset
        - `spread_notional` string — The notional of the spread applied to the quote
        - `spread_bps` string — The spread in basis points applied to the quote
        - `commission_notional` string — The notional commission applied to the quote
        - `commission_bps` string — The commission in basis points applied to the quote
        - `issuer_fee_payor_type` 'CUSTOMER' | 'PLATFORM' — Quote issuer fee payor type
        - `issuer_fee_rate` string — The issuer fee in basis points applied to the quote
        - `issuer_fee_amount` string — The notional of the issuer fee applied to the quote
      - object — Response for a request for quote with all details specified
        - `request_id` string — The identifier of the RFQ
        - `participant_code` string — The identifier of the participant making the quote request
        - `quoted_currency` 'USD' | 'EUR' — The quoted currency in the trading pair. E.g. `USD` in the pair `BTC/USD`.
        - `side` 'buy' | 'sell' — The participant side of the quote - `buy` or `sell`
        - `quantity` string — The amount of the underlying currency
        - `price` string — The cost per unit of underlying currency
        - `quote_id` string — The identifier for the quote Note: this is required to execute the quote
        - `expire_ts` number — Timestamp when the quote will expire
        - `account_group` string — The group that the account is a part of
        - `account_label` string — The account label associated with the account
        - `obo_participant` OBOParticipantEntity
          - `participant_code` string — The identifier of the participant making the request
          - `account_group` string — The identifier of the the account group
          - `account_label` string — The account label associated with the account
        - `total_notional` string — Total notional is the full cost inclusive of fees or the total proceeds after fees
        - `underlying` 'USDC.OPTIMISM' | 'USDC.SUI' | 'DOT' | 'FIL' | 'PYUSD.ETH' | 'TRX' | 'ZRX' | 'DAI.ETH' | 'USDC.WORLDCHAIN' | 'USDP' | 'USDT.BSC' | 'USDT.CELO' | 'PEPE.ETH' | 'SAND' | 'USDC.DOTHUB' | 'USDC.SEI' | 'USDC.SOL' | 'USDC.ZKSYNC' | 'ENA.ETH' | 'MANA.ETH' | 'PYTH.SOL' | 'SOL' | 'USDC.BASE' | 'USDC.CELO' | 'USDT' | 'ADA' | 'INJ.ETH' | 'MATIC.POLYGON' | 'PAXG' | 'USD' | 'AAVE.ETH' | 'ALGO' | 'EURC.XLM' | 'KNC.ETH' | 'PNUT.SOL' | 'SHIB' | 'BCH' | 'DOGE' | 'EGLD' | 'JTO.SOL' | 'UNI.ETH' | 'USDC' | 'USDC.ARBITRUM' | 'ONDO.ETH' | 'PENGU.SOL' | 'USD' | 'WLFI.ETH' | 'XLM' | 'APT' | 'CC' | 'ETH.OPTIMISM' | 'ETH.WORLDCHAIN' | 'LDO.ETH' | 'MORPHO.ETH' | 'SEI' | 'ETH.ZKSYNC' | 'USDC.AVAX' | 'USDC.XLM' | 'USDT.DOTHUB' | 'USDT.SOL' | 'MANA' | 'USDC.ALGO' | 'MATIC.ETH' | 'NEAR' | 'UNI' | 'USDT.ARBITRUM' | 'USDT.AVAX' | 'OMG' | 'ARB.ARBITRUM' | 'COMP.ETH' | 'GRT.ETH' | 'USDC.POLYGON' | 'AVAX' | 'AAVE' | 'CELO' | 'PYUSD.SOL' | 'PAXG.ETH' | 'USDC.MONAD' | 'BAT' | 'COMP' | 'ETH.ARBITRUM' | 'ETH.BASE' | 'OP.OPTIMISM' | 'TRUMP.SOL' | 'ENJ.ETH' | 'SUI' | 'USDT.ETH' | 'USDT.OPTIMISM' | 'USDT.TRX' | 'USDT.XPL' | 'OMG.ETH' | 'XRP' | 'HBAR' | 'USDC.APT' | 'USDC.ETH' | 'BNB' | 'ATOM' | 'BAT.ETH' | 'GRT' | 'LINK.ETH' | 'USDP.SOL' | 'ZK.ZKSYNC' | 'BONK.SOL' | 'KNC' | 'TIA' | 'ZRO.ETH' | 'ZRX.ETH' | 'PUMP.SOL' | 'USD' | 'XTZ' | 'CRV.ETH' | 'GALA.ETH' | 'TON' | 'USDT.POLYGON' | 'WBTC.ETH' | 'XPL' | 'BTC' | 'MON' | 'SHIB.ETH' | 'USDC.BSC' | 'WLD.WORLDCHAIN' | 'W.SOL' | 'LTC' | 'RLUSD.ETH' | 'WBTC' | 'LINK' | 'USDCX.CANTON' | 'ETH' | 'WIF.SOL' | 'APE.ETH' | 'EURC' | 'MKR.ETH' | 'RLUSD.XRP' — The underlying asset in the trading pair. E.g. `BTC` in the pair `BTC/USD`.
        - `asset_cost_notional` string — asset_cost_notional is a field that shows the notional cost of the asset
        - `spread_notional` string — The notional of the spread applied to the quote
        - `spread_bps` string — The spread in basis points applied to the quote
        - `commission_notional` string — The notional commission applied to the quote
        - `commission_bps` string — The commission in basis points applied to the quote
        - `issuer_fee_payor_type` 'CUSTOMER' | 'PLATFORM' — Quote issuer fee payor type
        - `issuer_fee_rate` string — The issuer fee in basis points applied to the quote
        - `issuer_fee_amount` string — The notional of the issuer fee applied to the quote
        - `fees` DynamicFee[]
          - `name` string, required
          - `amount` string, required
        - `payment_processor` object
          - `name` string — The name of the payment processor
          - `id` string — The unique identifier of the payment according to the PSP
        - `settlement_type` 'STANDARD' — Quote settlement type

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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