---
title: "Get a backend-computed trade quote"
method: GET
path: "/money/trades/quote"
tags: ["money", "trades"]
---

# Get a backend-computed trade quote

`GET /money/trades/quote`

A WisdomTree-fund SELL also carries the instant-settlement block; passing settlement_preference=instant dates settlement_ts at an intraday instant rather than the NAV-strike end of day. Returns a time-bounded quote for a BTC or WisdomTree-fund (WTGXX | FLTTX | WTSIX) trade (BTC via the live custody-venue spot price, WT funds via NAV) with a server-set ExpiresTs. Read-only; no persistence.

## Query parameters

- `symbol` 'BTC' | 'WTGXX' | 'FLTTX' | 'WTSIX', required
- `direction` 'buy' | 'sell', required
- `input_amount` string, required
- `settlement_preference` 'standard' | 'instant'

## Response `200`

OK

- TradesGetTradeQuoteOutput
  - `amount_usd` string
  - `amount_usd_view` MoneyfmtMoneyAmountView
    - `float` number, double, required
    - `formatted` MoneyfmtFormattedMoneyAmountView, required
      - `compact` string, required
      - `currency_sign` string, required
      - `currency_sign_position` string, required
      - `full` string, required
    - `precise` string, required
    - `symbol` string, required
    - `zero` boolean, required
  - `estimated_quantity` string
  - `estimated_quantity_view` MoneyfmtMoneyAmountView
    - `float` number, double, required
    - `formatted` MoneyfmtFormattedMoneyAmountView, required
      - `compact` string, required
      - `currency_sign` string, required
      - `currency_sign_position` string, required
      - `full` string, required
    - `precise` string, required
    - `symbol` string, required
    - `zero` boolean, required
  - `expires_ts` string, date-time
  - `instant_sell` TradesInstantSellQuote
    - `available` boolean, required
    - `max_order_usd` string
    - `max_order_usd_view` MoneyfmtMoneyAmountView
      - `float` number, double, required
      - `formatted` MoneyfmtFormattedMoneyAmountView, required
        - `compact` string, required
        - `currency_sign` string, required
        - `currency_sign_position` string, required
        - `full` string, required
      - `precise` string, required
      - `symbol` string, required
      - `zero` boolean, required
  - `price_per_unit` string
  - `price_per_unit_view` MoneyfmtMoneyAmountView
    - `float` number, double, required
    - `formatted` MoneyfmtFormattedMoneyAmountView, required
      - `compact` string, required
      - `currency_sign` string, required
      - `currency_sign_position` string, required
      - `full` string, required
    - `precise` string, required
    - `symbol` string, required
    - `zero` boolean, required
  - `settlement_trading_days` integer, nullable
  - `settlement_ts` string, date-time

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/3feea260296c/schema)
