2024.11.20 Release Notes

November 21, 2024
Trade Permission

Trade Permission

BitGo adds a new trade enum value to the permission parameter that you can use to grant users trading privileges for a Go Account (wallet "type": "trading").

The new trade permission enables greater customization and control over what your enterprise users can do within your wallets. Users with the trade permission can initiate trades, but cannot initiate withdrawals from the Go Account or any other wallet.

Breaking Change

With this update, the spend permission no longer grants trading privileges. To grant users trading privileges, you must update your integration to include the new trade permission.

Any user with the spend permission prior to this update retains their ability to initiate trades.

Change Log

For a comprehensive list of all SDK changes, view the BitGoJS Change Log in GitHub.

See Also