Skip to content

v4.0.0

Choose a tag to compare

@cli-generation-automation cli-generation-automation released this 23 Jul 16:49
· 11 commits to main since this release

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:

  1. 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:

  1. Create a new blockchain
  2. Get a blockchain by ID
  3. Update a blockchain
  4. Delete a blockchain
  5. List blockchains with pagination and filtering
  6. Activate a blockchain
  7. Trigger validation workflow
  8. Get tenant billing info
  9. 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:

  1. Create and execute a lending action
  2. Get a single earn lending action
  3. List earn lending actions
  4. Get list of earn opportunities
  5. Get list of earn positions
  6. Get list of earn providers
  7. 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:

  1. Set up a USDC Gateway deposit automation
  2. Read the USDC Gateway deposit automations
  3. Change a USDC Gateway deposit automation
  4. 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:

  1. 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:

  1. 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:

  1. Calculate the AOT quota for a policy rule

Enhancements

Products: Tags, UTXO Management (Beta), Vaults

Scope: API + SDKs

  • What's new

    • Get tags: new allowedEntityType filter (vault_account, contact).
    • Get UTXOs: new txHash and txId filters.
    • Get max spendable amount: new UTXO Manager filters — includeAllLabels, includeAnyLabels, excludeAnyLabels, address, minAmount, maxAmount (Beta).

Affected endpoints:

  1. Get tags
  2. Get UTXOs
  3. Get max spendable amount