money
trades

Get WisdomTree express-pathway availability

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.

get/money/trades/pathways

Query parameters

symbol'BTC' | 'WTGXX' | 'FLTTX' | 'WTSIX' required
direction'buy' | 'sell' required

Response

OK

Changes

Changed in 4 of the 24 revisions of this API.7

    • added the optional property error/api_client_id to the response with the default status

      response-optional-property-added

    • added the optional property express_buy/settlement_estimate_seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property express_settlement/settlement_duration_minutes to the response with the 200 status

      response-optional-property-added

    • added the optional property standard_settlement/settlement_duration_minutes to the response with the 200 status

      response-optional-property-added

    • added the optional property express_settlement to the response with the 200 status

      response-optional-property-added

    • added the optional property standard_settlement to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added