Fractional Trading
Use cash-value sizing for fractional investing while preserving quote binding, precision, fees, and market eligibility rules.
Fractional investing uses cashValue instead of share quantity. It is supported only where the instrument and market are fractional-enabled.
Do not infer eligibility from an exchange name. Call GET /assets and inspect each instrument's
fractionalEligibility object:
fractionalis the authoritative yes/no decision for fractional units.minOrderSizeis the minimum quantity or minimum subscription amount published for the instrument;nullmeans no additional instrument-specific minimum is configured.quantityIncrementis the smallest accepted quantity step.quantityPrecisionis the maximum decimal precision implied by that step.supportedSizingModestells you whether to sendQUANTITY,CASH_VALUE, or either.
Pass the same cashValue and returned quoteId to the subsequent trade. Never send both quantity and cashValue; the API rejects mixed sizing modes. Whole-share markets require positive integer quantities.
The API may return fractional quantities at execution precision. Display local-market price, USD wallet impact, fee, and estimated quantity separately. See Local-Currency Trading for FX presentation rules.
Was this page useful?
Your signal helps us tighten partner onboarding docs.
Last updated on