Skip to content
Partner API Docs

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.

curl 'https://mystocks.africa/api/v1/partner/quote/SCOM.KE?type=BUY&cashValue=25&subAccountId=usr_abc123' \
  -H 'Authorization: Bearer pk_live_<key>'

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