Changelog
2026-06-11
Breaking Change
Add apiKey, providerAccountName, and accountType to ConnectedAccount
Products: Connected Accounts (Beta)
Scope: API + SDKs
-
What's new
Adds three new fields to the ConnectedAccount schema: apiKey for the API key identifier, providerAccountName for the provider-given account name, and accountType indicating the account classification. -
Impact
Customers can now retrieve additional account details; however, accountType is now a required field in responses.
Affected endpoints:
Rename orderCreationRequirements to requiredParticipantsIdentificationOnOrder
Products: Trading (Beta)
Scope: API + SDKs
-
What's new
Renames theorderCreationRequirementsproperty in theQuoteschema torequiredParticipantsIdentificationOnOrderto better reflect its purpose. -
Impact
Customers using the order creation requirements field must update to the new property name.
Affected endpoints:
Refactor webhook mTLS configuration to use object schema
Products: Webhooks V2
Scope: API + SDKs
-
What's new
Replaces themtlsClientSignedCertstring field with anmtlsobject reference, enabling richer mTLS configuration and the ability to remove mTLS by setting it to null. -
Impact
Customers must update their webhook creation requests to use the newmtlsobject structure instead of themtlsClientSignedCertstring field. Customers must update their webhook update requests to use the newmtlsobject structure instead of themtlsClientSignedCertstring field. Customers must update their webhook requests to use the newmtlsobject structure instead of themtlsClientSignedCertstring field.
Affected endpoints:
Add apiKey, providerAccountName, and accountType to ConnectedAccount
Products: Connected Accounts (Beta)
Scope: API + SDKs
-
What's new
Adds three new fields to the ConnectedAccount schema: apiKey for the API key identifier, providerAccountName for the provider-given account name, and accountType indicating the account classification. -
Impact
Customers can now retrieve additional account details; however, accountType is now a required field in responses.
Affected endpoints:
Added
Add order requirement endpoints (beta)
Products: Trading (Beta)
Scope: API + SDKs
-
What's new
Adds beta endpoints to retrieve order requirement details, submit textual data, and upload files for orders in AWAITING_INFORMATION status. -
Impact
Customers can programmatically respond to compliance information requests during order processing.
Affected endpoints:
- Get order requirement details for an order
- Submit a response to an order requirement
- Upload a file for an order requirement
- Create an order
- Get orders
- Get order details
Add staking position related transactions endpoint
Products: Staking
Scope: API + SDKs
-
What's new
Adds an endpoint to retrieve enriched transaction history for a staking position with cursor-based pagination, including in-flight transactions with pending status. -
Impact
Customers can fetch transaction history for their staking positions programmatically.
Affected endpoints:
Add tokenization onchain data endpoints
Products: Tokenization
Scope: API + SDKs
-
What's new
Adds new endpoints to query onchain tokenization data including access registries, token balances, transfers, transactions, RBAC roles, and supply history. -
Impact
Customers can programmatically retrieve detailed onchain state for their tokenized assets.
Affected endpoints:
- Get current state of addresses in an access registry
- Get summary of an access registry
- Get latest balances for all holders of a token
- Get the latest balance for a specific account
- Get balance history for a specific account
- Get active RBAC roles for a token
- Get onchain summary for a token
- Get historical total supply for a token
- Get onchain transactions for a token
- Get onchain transfers for a token
Add connected accounts allowlist endpoints (beta)
Products: Connected Accounts (Beta)
Scope: API + SDKs
-
What's new
Adds beta endpoints to retrieve and manage address allowlists for connected accounts, starting with CoinbaseExchange support. -
Impact
Customers can programmatically access exchange allowlist data for connected accounts.
Affected endpoints:
- Get allowlist for connected account
- Sync allowlist for connected account
- Get a single allowlist entry for a connected account
Add business registration fields to identification schema | Enhance personal identification with structured documents
Products: Trading (Beta)
Scope: API + SDKs
-
What's new
Adds optionaldateOfRegistrationandcountryOfRegistrationfields to the business identification schema for enhanced compliance data. Addsnationalityfield andidentificationDocumentsarray while deprecating legacy flat ID fields (idNumber,idType,additionalIdNumber,additionalIdType). -
Impact
Customers can now provide business registration date and country when creating trading accounts. Customers should migrate to the newidentificationDocumentsarray for submitting identification documents.
Affected endpoints:
Add WALLET_POOL transaction source type
Products: Off exchanges, Transactions
Scope: API + SDKs
-
What's new
AddsWALLET_POOLas a new peer type for transaction sources, enabling customers to create and filter transactions from wallet pool sources. -
Impact
Customers can now use wallet pools as transaction sources.
Affected endpoints:
- Get a specific transaction by external transaction ID
- Get a specific transaction by Fireblocks transaction ID
- Get transaction history
- Create a new transaction
- Estimate transaction fee
- Add Collateral
- Remove Collateral
Add WALLET_POOL transaction source type
Products: Transactions
Scope: API + SDKs
-
What's new
AddsWALLET_POOLas a new peer type for transaction sources, enabling customers to create and filter transactions from wallet pool sources. -
Impact
Customers can now use wallet pools as transaction sources.
Affected endpoints:
- Get transaction history
- Create a new transaction
- Get a specific transaction by external transaction ID
- Get a specific transaction by Fireblocks transaction ID
Changed
Enhance personal identification with structured documents
Products: Trading (Beta)
Scope: API + SDKs
-
What's new
Addsnationalityfield andidentificationDocumentsarray while deprecating legacy flat ID fields (idNumber,idType,additionalIdNumber,additionalIdType). -
Impact
Customers should migrate to the newidentificationDocumentsarray for submitting identification documents.
Affected endpoints:
Fixed
Fix expiresAfterSeconds location in transaction request
Products: Off exchanges, Transactions
Scope: API + SDKs
-
What's new
Corrects the OpenAPI spec to nestexpiresAfterSecondsunder a newconfigurationsobject, matching the actual API implementation. -
Impact
SDK consumers now see the correct property path matching the actual API behavior.