---
title: "Get WisdomTree express-pathway availability"
method: GET
path: "/money/trades/pathways"
tags: ["money", "trades"]
---

# Get WisdomTree express-pathway availability

`GET /money/trades/pathways`

Reports whether the WTGXX express settlement pathway is open for the caller's group and side, without pricing an order: instant_sell on a WTGXX SELL, express_buy on a WTGXX BUY, neither for BTC or reserve-less funds. The express_buy block states the commission RATE only — the charge and the net share count are per-amount figures and come from GET /money/trades/quote. It also carries settlement estimates: standard_settlement for every supported asset, and express_settlement only when the WTGXX express pathway is available on this side. Availability is amount-independent; the per-order cap and the reserve's fill checks remain create-time. Read-only; no persistence.

## Query parameters

- `symbol` 'BTC' | 'WTGXX' | 'FLTTX' | 'WTSIX', required
- `direction` 'buy' | 'sell', required

## Response `200`

OK

- TradesGetPathwayAvailabilityOutput
  - `express_buy` TradesExpressBuyQuote
    - `available` boolean, required
    - `fee` TradesExpressBuyFeeDisclosure
      - `fee_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
      - `net_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
      - `rate_bps` integer, required
      - `rate_label` string, 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
    - `settlement_estimate_seconds` integer
  - `express_settlement` TradesPathwaySettlementEstimate
    - `settlement_duration_minutes` integer, nullable
    - `settlement_trading_days` integer, nullable
    - `settlement_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
  - `standard_settlement` TradesPathwaySettlementEstimate
    - `settlement_duration_minutes` integer, nullable
    - `settlement_trading_days` integer, nullable
    - `settlement_ts` string, date-time

## Other responses

- `default` — Error response.

## Changes

- **2026-09-01** `f2d9f80610d9` — 1 info
  - added the optional property `error/api_client_id` to the response with the `default` status
- **2026-08-27** `11de4bc8f01b` — 3 info
  - added the optional property `express_buy/settlement_estimate_seconds` to the response with the `200` status
  - added the optional property `express_settlement/settlement_duration_minutes` to the response with the `200` status
  - added the optional property `standard_settlement/settlement_duration_minutes` to the response with the `200` status
- **2026-08-26** `533de842b808` — 2 info
  - added the optional property `express_settlement` to the response with the `200` status
  - added the optional property `standard_settlement` to the response with the `200` status
- **2026-08-24** `19fa7a7499bd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stablesea/apis/stable-sea-backend/changes/money/trades/pathways/get.md)

---

[API](https://skmtc.dev/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.dev/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/0a6aeb726c1f/schema)
