Changelog
2026-09-01
Breaking Change
Fix validBefore/validAfter semantics in TRLink policy rules
Products: Transactions
Scope: API + SDKs
-
What's new
Corrects the documentation for validBefore and validAfter fields to accurately describe their behavior as relative durations (seconds since wait/screening step started) rather than absolute Unix timestamps. -
Impact
Customers should update their implementations to use relative durations in seconds instead of Unix timestamps for these fields.
Affected endpoints:
- Get a specific transaction by external transaction ID
- Get a specific transaction by Fireblocks transaction ID
- Get transaction history
Fix validBefore/validAfter semantics in TRLink policy rules
Products: TRLink
Scope: API + SDKs
-
What's new
Corrects the documentation for validBefore and validAfter fields to accurately describe their behavior as relative durations (seconds since wait/screening step started) rather than absolute Unix timestamps. -
Impact
Customers should update their implementations to use relative durations in seconds instead of Unix timestamps for these fields.
Affected endpoints:
Fix validBefore/validAfter semantics in TRLink policy rules
Products: Compliance
Scope: API + SDKs
-
What's new
Corrects the documentation for validBefore and validAfter fields to accurately describe their behavior as relative durations (seconds since wait/screening step started) rather than absolute Unix timestamps. -
Impact
Customers should update their implementations to use relative durations in seconds instead of Unix timestamps for these fields.
Affected endpoints:
Remove type field from security finding responses
Products: Security Posture Management
Scope: API + SDKs
-
What's new
Removes thetypefield from security finding schemas and updates example data to reflect a different finding scenario. -
Impact
Clients should no longer expect thetypefield in security finding responses and must update any code that depends on this field.
Affected endpoints:
Added
Add contacts list endpoint
Products: Contacts
Scope: API + SDKs
-
What's new
Adds a paginated endpoint to list workspace address book contacts with filtering by name, type, tags, access control, container, and archive status. -
Impact
Customers can programmatically retrieve and filter their address book contacts through the API.
Affected endpoints:
Add feeCurrency field for Tempo transactions (beta)
Products: Off exchanges, Transactions
Scope: API + SDKs
-
What's new
Adds an optionalfeeCurrencyfield to the transaction request schema, allowing users to specify which asset to use for paying network fees on Tempo-based transactions. -
Impact
Customers using Tempo can now control which asset pays transaction fees.
Affected endpoints:
Add AMOUNT_ABOVE_MAXIMUM failure reason
Products: Trading (Beta)
Scope: API + SDKs
-
What's new
Adds a new enum value to indicate when a trading operation fails because the requested amount exceeds the maximum allowed limit. -
Impact
Customers can now programmatically detect and handle amount-too-large errors in trading operations.