Skip to main content

Changelog

Notable changes to the OnlyTrade API and docs. Dates are when the change reached the shared reference deployment.

Deprecation policy

We version the API as v1 and avoid breaking changes within a version.

  • Additive changes (new endpoints, new optional fields, new response fields) ship without notice — write your clients to ignore unknown fields.
  • Breaking changes are introduced under a new version path and the previous behaviour is supported for at least 90 days after a dated deprecation notice here.
  • Deprecations are announced in this changelog with the removal date and a migration note.

2026-06

  • Prop risk propagates live. Changing a group's prop settings (group_enable_prop, group_max_day_lose, group_total_days_lose, group_max_day_profit) now updates every account in the group — and inheriting sub-groups — in real time, with no re-login. See Groups & risk.
  • Full deal history in one request. History endpoints now accept a higher page size so a client can pull an account's entire closed-trade history in a single call.
  • Transactions ledger. Deposits, withdrawals, adjustments, and credits are exposed through GET /api/v1/accounts/me/transactions with an origin filter. See Funding & ledger.

Docs