v4.0.0
Changelog
2026-07-23
Breaking Change
Removed sort option from connected account allowlist
Products: Connected Accounts (Beta)
Scope: API + SDKs
- What's new
The sortBy option has been removed from the connected account allowlist endpoint. It previously accepted addedAt or lastSyncedAt.
- Impact
Customers passing sortBy to this endpoint will now receive an error and must remove the parameter.
Affected endpoints:
- Get allowlist for connected account
New Namespace: Blockchain Link (Beta)
Products: Blockchain Link (Beta)
Scope: API + SDKs
- What's new
Adds a full namespace for registering and managing tenant-owned blockchains, including activation and validation workflows, billing info, and the UI test wallet address.
Affected endpoints:
- Create a new blockchain
- Get a blockchain by ID
- Update a blockchain
- Delete a blockchain
- List blockchains with pagination and filtering
- Activate a blockchain
- Trigger validation workflow
- Get tenant billing info
- Get the test wallet address
Earn API graduated from Beta to General Availability
Products: Earn
Scope: API + SDKs
- What's new
The Earn endpoints are now generally available and no longer marked as beta.
Affected endpoints:
- Create and execute a lending action
- Get a single earn lending action
- List earn lending actions
- Get list of earn opportunities
- Get list of earn positions
- Get list of earn providers
- Approve earn provider terms of service
New: USDC Gateway deposit automation for vault accounts
Products: Vaults
Scope: API + SDKs
- What's new
Adds endpoints to configure scheduled, automatic deposits into the USDC Gateway wallet for a vault account.
Affected endpoints:
- Set up a USDC Gateway deposit automation
- Read the USDC Gateway deposit automations
- Change a USDC Gateway deposit automation
- Stop a USDC Gateway deposit automation's schedule
New: Get public key for connected account credential encryption
Products: Connected Accounts (Beta)
Scope: API + SDKs
- What's new
Adds an endpoint returning the RSA public key used to encrypt the creds field before calling the connected account creation endpoint. Also corrects the documented path for retrieving this key.
Affected endpoints:
- Get public key to encrypt connected account credentials
New: Rescreen a rejected transaction
Products: Compliance
Scope: API + SDKs
- What's new
Adds an endpoint to resubmit an incoming transaction that was rejected or failed AML screening back into pending screening.
Affected endpoints:
- Rescreen a rejected transaction
New: Policy rule quota calculation
Products: Policy Editor V2 (Beta)
Scope: API + SDKs
- What's new
Adds an endpoint to calculate the Amount-Over-Time (AOT) quota for a specific policy rule.
Affected endpoints:
- Calculate the AOT quota for a policy rule
Enhancements
Products: Tags, UTXO Management (Beta), Vaults
Scope: API + SDKs
-
What's new
Get tags: newallowedEntityTypefilter (vault_account,contact).Get UTXOs: newtxHashandtxIdfilters.Get max spendable amount: new UTXO Manager filters —includeAllLabels,includeAnyLabels,excludeAnyLabels,address,minAmount,maxAmount(Beta).
Affected endpoints:
- Get tags
- Get UTXOs
- Get max spendable amount