80eightChangelogSign in to the platform

Platform

10 releases.

Latest
Platform

A smarter, better-protected 80eight — clearer trading, stronger custody, and the foundation for business accounts.

This release brings a rebuilt trading engine with clearer, more honest pricing, an upgraded crypto-custody backbone, the groundwork for business accounts and verification, and a more reliable sign-in — with dozens of money-safety and reliability improvements underneath.

What's new

  • Clearer, more honest trade pricing. Buy and sell prices now come from a single, transparent pricing engine, and rates are shown the way you'll actually receive them.
  • Business accounts — foundations. The backend for team accounts, roles, invitations, and business verification (KYB) is now in place, ahead of the Business Suite rollout.
  • A richer asset experience. Clearer asset classification and finer per-asset controls, so the assets you trade are managed more carefully.

Improvements

  • Stronger crypto custody. Our custody integration was upgraded and hardened, with extra safeguards on deposits and withdrawals so funds credit reliably and correctly.
  • Faster wallet & portfolio. Balances, portfolio value, and account screens load faster and more accurately.

Security & trust

  • More reliable sign-in. Reopening the app no longer occasionally signs you out.
  • Stronger money-movement protection. Extra safeguards across money-moving actions, including protections that help prevent duplicate or mistaken transactions.

Behind the scenes

  • Dozens of reliability, correctness, and performance improvements across trading, payments, and custody — shipped on a hardened, well-tested release pipeline.
Platform

A trading-safety floor — and no deposit left behind.

The first full promotion since the recent hotfix chain: two waves of trade-engine hardening, a safety net so no crypto deposit goes unaccounted for, and a set of business-wallet and transparency fixes.

Stronger safeguards & security

  • Safer trades by default. Every instant trade now requires a stable safety key, so a network retry or double-tap can't fire a second trade — replays are de-duplicated instead of executing twice.
  • No deposit left behind. Crypto deposits that can't be matched to an account are now held safely in a suspense ledger and resolved by support, instead of being dropped.
  • A constant watch over every balance. Continuous reconciliation and crash-recovery hardening across trade settlement — automatic unwinding of partial trades, recovery of stuck trades, and guarantees that a settlement can never debit without crediting.

Fixes

  • Clearer trade history. Failed trades now appear in your history with a clear status and no balance impact, and trades no longer show as two separate rows.
  • More accurate trade records. Trade records now carry a precise, consistently-denominated execution rate for clearer display.
  • Business wallet fixes. Improved account resolution for business wallets, including more flexible handling of quote amounts.

Under the hood

  • Stronger pair controls. Pair availability is now enforced server-side — an unavailable pair is either declined clearly or transparently resolved to the right market, with no change needed on your side.
  • Slimmer trading data. Internal operator-only fields are no longer included in the public pairs response; every field the apps read is unchanged.

(A note on integrations: instant trades now require a non-empty safety key — all shipped 80eight apps already send one; only direct API integrations need to check.)

Platform

Clean trade settlement, and a clear message when one can't complete.

The final trading hotfix before the 2.0.27 promotion, with no breaking changes for integrators: a precision fix so more assets settle first time, and a clear, human-readable message whenever a trade can't go through.

Fixes

  • More assets settle first time. Fixes buys of certain assets (for example, ETH and SOL) that were failing at the final step after a precision regression. Your funds were always released untouched, and the trade now completes.
  • A clear message when a trade can't complete. When a trade can't go through, the app now receives a clear, human-readable message instead of a generic server error.

(Operationally after release: two crypto-withdrawal reliability fixes so withdrawals reliably reach custody.)

Platform

No trade left half-done — and more assets that settle first time.

A trading hotfix with no breaking changes for integrators: buys of more assets settle cleanly at the final step, and any multi-step trade that can't finish is automatically unwound.

Fixes

  • More assets settle first time. Fixes a case where buys of certain assets (for example, ETH) could fail at the final step. Your funds were always released untouched, and the trade now completes.

Stronger safeguards & security

  • Nothing left half-done. If a multi-step trade can't be completed after it has already partly executed, the executed part is now automatically unwound — so the platform never holds inventory you didn't ask for, and nothing is left half-finished.
Platform

Instant trades that settle cleanly, with display rates you can trust.

A trading hotfix with no breaking changes for integrators: trades placed from the latest app build settle cleanly, and the displayed ZAR rate now matches what trades actually execute at.

Fixes

  • Trades complete from the latest build. Resolves a case where instant trades placed from the latest app build could fail at the first step. As always, your funds were released untouched — nothing was ever lost — but the trade now completes.
  • Accurate display rates. Improves the accuracy of the displayed ZAR exchange rate so it matches the rate trades actually execute at.

(Operationally this window: a crypto-withdrawal reliability fix and recovery for any previously-stuck withdrawal transactions.)

Platform

Retail-size trades that go through every time.

A trading hotfix with no breaking changes for integrators: for the major ZAR pairs, the engine now chooses the right venue by trade size automatically, so smaller trades that previously failed now complete.

Fixes

  • Smarter venue routing. For the major ZAR pairs, the engine now picks the venue by trade size automatically — small trades execute directly on the local exchange, larger ones via the OTC desk — so trades below the OTC desk's minimum, which previously failed, now complete.
  • Two blocking cases hardened. Two upstream-rejection cases that were stopping trades are resolved, with the real reason now surfaced internally when a venue rejects an order.

(Operationally this window: ZAR withdrawal limits raised to R1m per day and R30m per month, and admin crypto approve/reject endpoints documented to fix a tooling error.)

Platform

Multi-step trades that never leave money half-moved.

A hotfix-and-hardening release with no breaking changes for integrators: instant trades that route through an intermediate currency now confirm every step can complete before any of it executes.

Stronger safeguards & security

  • All-or-nothing trades. For instant trades that route through an intermediate currency (for example, buying an asset with ZAR via USDT), the engine now confirms every leg can be priced before it executes any of them. If a leg can't be priced, the whole trade is declined up front and your funds are released untouched.
  • A guaranteed referral code. Every user now has a unique referral code — the code you share so sign-ups attribute back to you. Existing codes are preserved.

Fixes

  • Withdrawals unblocked. Resolves a regression where some mobile users hit "Something went wrong" on every fiat withdrawal — withdrawals work normally again.

Under the hood

  • Safer operations. Hardened internal tooling so operator-set states are preserved by default, with safer maintenance routines and a read-only data-integrity audit.
Platform

Trades that always settle, and a stronger foundation for secure sign-in.

A reliability-and-security release with no breaking changes for integrators: hardened trade execution that can't overspend or double-execute, plus the groundwork for more secure, native-app sign-in.

Stronger safeguards & security

  • Trades that can't overspend. Orders to our liquidity layer are now slippage-bounded and attempted on a single assigned venue, so a transient error can never double-execute an order and a buy can never exceed the amount you requested.
  • A more secure session model. Clients can now choose how their session token is delivered — browser-only secure cookies, or token-in-body for native apps that hold their own credentials — with native apps able to store a rotating refresh token in a secure device keychain.
  • More predictable sign-in. An explicit email-and-password sign-in always authenticates with those credentials rather than a stale session, so you reliably get a fresh token back, with consistent error responses across the auth surface.

Under the hood

  • Stronger admin tooling. New internal controls back multi-jurisdiction company settings, push-campaign broadcasts, per-pair fee and trade configuration, and admin reset of two-factor — all internal admin-console APIs, not part of the public contract.

(Every change in this release is additive — clients that send no new headers keep their exact current behaviour.)

Platform

Every deposit reference, unique and unmistakably yours.

A hardening release for the per-user reference code — the reference shown in-app and used as your bank deposit reference. It's now guaranteed to be unique and to start with an 8 for every customer, new and existing.

Stronger safeguards & security

  • A unique, branded reference. Your account reference — and therefore your bank deposit reference — is now guaranteed unique and 8-prefixed for everyone, generated through a single, consistent path across every sign-up route.
  • A careful one-off backfill. A migration tidies up older references and keeps a full record of any change, so deposits sent against a previous reference can always be reconciled.

(No action needed for integrators — note only that an existing user's deposit reference may change when the migration runs.)

Platform

A rebuilt, more secure 80eight platform — the foundation for everything new.

This release is the production cut-over to our re-engineered v2 platform: stronger account security, broader compliance and identity verification, more ways to hold and earn, and a hardened, more reliable foundation under the whole 80eight experience.

What's new

  • Stronger account security. Sign-in now uses secure, browser-protected sessions with built-in protection against cross-site request forgery — a meaningful step up in how your account and your money are protected.
  • More reliable identity verification. We added a second verification provider and consolidated how identity checks work, so getting verified is faster and more dependable.
  • Compliance, built in. Expanded regulatory and travel-rule tooling so transfers stay compliant as 80eight grows.
  • More to hold and earn. New assets, a refreshed asset experience, and the ZAR8 yield programme.
  • Faster wallet and trading. More reliable wallet, trading, and transaction experiences, with more accurate balances and pricing.

Stronger safeguards & security

  • Account protection throughout. Strengthened authentication, two-factor protection, and account-access controls across the platform, with sensitive and money-moving actions protected by additional verification.
  • Hardened money movement. Strengthened payments and account data across the board, including safeguards that help prevent duplicate or mistaken transactions.
  • A modern foundation. Re-engineered on a modern, fully-typed platform with expanded automated testing, new and more reliable hosting, and a hardened release pipeline.

Coming soon

  • New ways to pay. We're putting the finishing touches on major new ways to pay people and businesses, rolling out gradually. (Not switched on yet — watch this space.)