Generated SDK #5364 (major)#188
Conversation
|
We appreciate your contribution. Our team will investigate this request shortly. (Note that this SDK code is auto generated) |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
|
Semgrep found 12
package-lock.json contains a reference to a public package registry or CDN (https://registry.npmjs.org/semver/-/semver-7.8.1.tgz). Dependencies must be resolved through the approved internal JFrog/Artifactory registry. Update your .npmrc to point at the approved registry, delete node_modules and package-lock.json, then re-run |
Changelog
2026-06-11
Breaking Change
Add
apiKey,providerAccountName, andaccountTypetoConnectedAccountProducts: 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
orderCreationRequirementstorequiredParticipantsIdentificationOnOrderProducts: Trading (Beta)
Scope: API + SDKs
What's new
Renames the
orderCreationRequirementsproperty 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 the
mtlsClientSignedCertstring 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 new
mtlsobject 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, andaccountTypetoConnectedAccountProducts: 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:
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:
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:
Add business registration fields to identification schema | Enhance personal identification with structured documents
Products: Trading (Beta)
Scope: API + SDKs
What's new
Adds optional
dateOfRegistrationandcountryOfRegistrationfields 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 new
identificationDocumentsarray for submitting identification documents.Affected endpoints:
Add
WALLET_POOLtransaction source typeProducts: Off exchanges, Transactions
Scope: API + SDKs
What's new
Adds
WALLET_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:
Add
WALLET_POOLtransaction source typeProducts: Transactions
Scope: API + SDKs
What's new
Adds
WALLET_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:
Changed
Enhance personal identification with structured documents
Products: Trading (Beta)
Scope: API + SDKs
What's new
Adds
nationalityfield andidentificationDocumentsarray while deprecating legacy flat ID fields (idNumber,idType,additionalIdNumber,additionalIdType).Impact
Customers should migrate to the new
identificationDocumentsarray for submitting identification documents.Affected endpoints:
Fixed
Fix
expiresAfterSecondslocation in transaction requestProducts: Off exchanges, Transactions
Scope: API + SDKs
What's new
Corrects the OpenAPI spec to nest
expiresAfterSecondsunder a newconfigurationsobject, matching the actual API implementation.Impact
SDK consumers now see the correct property path matching the actual API behavior.
Affected endpoints: