## REST API Changelog ### v1.5.1 (2025.06.16) - Custody API: - Added payoutCurrency property to AccountStatementAccount and StakingRewardsStatementAccount. - Staking API v5: - Added maximumEntryStakingOrderAmount and maximumExitStakingOrderAmount properties to Product. - Added payoutAssetSymbol property to RewardDetails. - Added isMinimumCommissionApplied property to ExecutionReport. - Trading API v3: - Added isMinimumCommissionApplied property to Quote. - Reporting API: - Updated endpoints for AccountOrdersStatement and BalanceStatement to include new response properties. ### v1.5.0 (2025.03.24) - Added Loans API v1 - Staking API v5: Non breaking changes - New property `transactionReference` on StakingOrder ### v1.4.0 (2024.12.16) - Added Staking API v5 - Staking API v4 is obsolete and will be removed in a future version - Reporting API v1: Non breaking changes - New property `tradeOrderDetails` on account order statement ##### Staking API v5 compared to v4 **Breaking changes**: - Updated response of `/staking/v5/stakingAccounts` - Updated response of `/staking/v5/products` - Staking performance data endpoint requires operating unit: - `/staking/v4/stakingRewardData` - `/staking/v5/operatingUnits//stakingRewardData` **Non breaking changes** - New endpoint `/staking/v5/stakingAccounts/` - New optional query params on `/staking/v5/stakingAccounts` - Updated response of `/staking/v5/stakingRewards` - Updated response of `/staking/v5/stakingRewards/` - Updated response of `/staking/v5/stakingOrders` - Updated response of `/staking/v5/stakingOrders/` ### v1.3.0 (2024.09.17) - Custody API v1: Non breaking changes - New endpoint to get historical portfolio value ### v1.2.0 (2024.08.20) - Added Reporting API v1 - Reporting API v0 is obsolete and will be removed in a future version - Trading API v3: Non breaking changes - New property `legs` on trade orders (`ExecutionReport`) - Custody API v1: Non breaking changes - New endpoints to get account onchain info ### v1.1.0 (2024.06.27) - Added Custody API v1 ### v1.0.0 (2023.09.20) - Initial release of the Bitcoin Suisse REST API 🎉 - Customer Management API v1 - Trading API v3 - Staking API v4 - Reporting API v0