v27.0.0
Changelog
2026-08-18
Breaking Change
Java SDK async methods no longer declare throws
Products:
Scope: Java-SDK
-
What's new
Asynchronous Java SDK methods no longer declare a checked exception that can never be thrown; call failures continue to arrive through the returned future. -
Impact
Code that wraps a Java SDK call in a try/catch for the API exception will stop compiling until that unreachable catch block is removed.
Affected endpoints:
Fix Travel Rule legalPerson name schema for IVMS101 compliance
Products: Off exchanges, Transactions, Travel Rule
Scope: API + SDKs
-
What's new
Fixes the Travel Rule legal person name schema to use the IVMS101-compliant array structure with proper name type codes (LEGL, SHRT, TRAD) instead of the incorrect flat object format. -
Impact
Customers must update Travel Rule integrations to use the new array-based name identifier structure.
Affected endpoints:
- Validate Full Travel Rule Transaction
- Create a new transaction
- Estimate transaction fee
- Add Collateral
- Remove Collateral
Fix Travel Rule legalPerson name schema for IVMS101 compliance
Products: Travel Rule
Scope: API + SDKs
-
What's new
Fixes the Travel Rule legal person name schema to use the IVMS101-compliant array structure with proper name type codes (LEGL, SHRT, TRAD) instead of the incorrect flat object format. -
Impact
Customers must update Travel Rule integrations to use the new array-based name identifier structure.
Affected endpoints:
Added
Add ETH staking consolidation and withdrawal ETA fields
Products: Staking
Scope: API + SDKs
-
What's new
Adds three new optional fields toEthereumBlockchainData:estimatedSourceExitTime,estimatedConsolidationTime, andestimatedWithdrawalTimeto surface timing estimates for in-flight ETH validator consolidations and withdrawals. -
Impact
Customers can now track estimated completion times for pending ETH staking consolidations and withdrawals via the API.
Affected endpoints:
Add gaslessInfo to transaction responses
Products: Transactions
Scope: API + SDKs
-
What's new
Adds a newgaslessInfoobject to transaction responses containing relay and meta-transaction details including tenant and vault account information. -
Impact
Customers can identify meta-transactions and see which relay tenant sponsored the gas fees.
Affected endpoints:
- Get a specific transaction by external transaction ID
- Get a specific transaction by Fireblocks transaction ID
- Get transaction history
Add new ReasonForPaymentEnum values
Products: Trading (Beta)
Scope: API + SDKs
-
What's new
Adds three new payment reason values:CORPORATE_INVESTMENT,INTER_COMPANY_TRANSFER, andOFFICE_OPERATING_EXPENSESto support additional corporate payment use cases. -
Impact
Customers can now specify additional payment reasons when creating trading orders.
Affected endpoints:
Add FSPM security findings endpoint
Products: Security Posture Management
Scope: API + SDKs
-
What's new
Adds an endpoint to retrieve paginated security posture findings for a workspace, with filtering by severity, category, and status. -
Impact
Customers with Security Admin or Security Auditor roles can programmatically retrieve security posture findings.
Affected endpoints:
Fixed
Document Owner and Viewer roles for staking endpoints
Products: Staking
Scope: API + SDKs
-
What's new
Adds missing Owner and Viewer roles to endpoint permission documentation for staking list endpoints. These roles were already permitted at runtime but not documented. -
Impact
Customers with Owner or Viewer roles now see accurate permission documentation for staking endpoints.