Skip to content

Generated SDK #2700459745 (major)#141

Merged
reutz19 merged 1 commit into
masterfrom
fireblocks-api-spec/generated/2700459745
Jul 23, 2026
Merged

Generated SDK #2700459745 (major)#141
reutz19 merged 1 commit into
masterfrom
fireblocks-api-spec/generated/2700459745

Conversation

@sdk-generation-automation

Copy link
Copy Markdown
Contributor

Changelog

2026-07-23

Breaking Change

Promote Earn endpoints from beta to GA

Products: Earn

Scope: API + SDKs

  • What's new
    Removes the beta designation from all Earn endpoints, changing the tag from Earn (Beta) to Earn and removing beta disclaimer notes.

  • Impact
    SDK-generated client code will use updated class and method names based on the new Earn tag.

Affected endpoints:

  1. List earn lending actions
  2. Create and execute a lending action (deposit or withdraw)
  3. Get a single earn lending action
  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

Fix TransactionFee schema field types to string

Products: Transactions

Scope: API + SDKs

  • What's new
    Corrects the gasPrice, baseFee, and priorityFee field types from number to string to align the OpenAPI spec with actual API behavior.

  • Impact
    SDK-generated code will now correctly type transaction fee fields as strings, matching the actual API response format.

Affected endpoints:

  1. Estimate transaction fee

Remove sortBy query parameter from allowlist endpoint

Products: Connected Accounts (Beta)

Scope: API + SDKs

  • What's new
    Removes the sortBy query parameter that allowed sorting by addedAt or lastSyncedAt from the connected accounts allowlist endpoint.

  • Impact
    Clients currently using the sortBy parameter will need to remove it from their requests; results will now use the default sorting behavior.

Affected endpoints:

  1. Get allowlist for connected account

Added

Add programCallDecodedData for Solana transactions

Products: Transactions

Scope: API + SDKs

  • What's new
    Adds a new top-level field to transaction responses that provides decoded instruction data for Solana PROGRAM_CALL operations, including Fireblocks-injected instructions.

  • Impact
    Customers can access decoded Solana instruction details directly from transaction responses without manual decoding.

Affected endpoints:

  1. Get a specific transaction by external transaction ID
  2. Get a specific transaction by Fireblocks transaction ID
  3. Get transaction history

Add allowedEntityTypes support to tags API

Products: Tags, Vaults

Scope: API + SDKs

  • What's new
    Adds optional allowedEntityType query filter to list tags and allowedEntityTypes field to tag creation and responses.

  • Impact
    Customers can now specify which entity types a tag can be attached to and filter tags accordingly.

Affected endpoints:

  1. Get list of tags
  2. Get a tag
  3. Update a tag
  4. Get vault accounts
  5. Create a new vault account
  6. Get a vault account by ID
  7. Get vault accounts (Paginated)

Add allowedEntityTypes support to tags API

Products: Tags

Scope: API + SDKs

  • What's new
    Adds optional allowedEntityType query filter to list tags and allowedEntityTypes field to tag creation and responses.

  • Impact
    Customers can now specify which entity types a tag can be attached to and filter tags accordingly.

Affected endpoints:

  1. Get list of tags

Add ORANGE to Mobile Money provider enum

Products: External wallets

Scope: API + SDKs

  • What's new
    Adds ORANGE as a supported mobile money service provider in the MomoPaymentInfo schema for external wallet addresses.

  • Impact
    Customers can now specify ORANGE as a provider when whitelisting Mobile Money external wallet addresses.

Affected endpoints:

  1. Add an asset to an external wallet.

Add Blockchain Link management endpoints (beta)

Products: Blockchain link (Beta)

Scope: API + SDKs

  • What's new
    Adds beta endpoints to create, list, retrieve, update, delete, activate, and validate tenant-managed custom blockchains.

  • Impact
    Customers can register and manage their own EVM-compatible blockchains through the API.

Affected endpoints:

  1. Create a new blockchain
  2. List blockchains with pagination and filtering
  3. Get tenant billing info
  4. Get the test wallet address
  5. Get a blockchain by ID
  6. Update a blockchain
  7. Delete a blockchain
  8. Activate a blockchain (triggers activation workflow)
  9. Trigger validation workflow

Add USDC Gateway deposit automation endpoints (beta)

Products: Vaults

Scope: API + SDKs

  • What's new
    Adds beta endpoints to configure, read, update, and disable automated USDC Gateway deposits for vault accounts on a recurring schedule.

  • Impact
    Customers can automate USDC deposits into Gateway wallets without manual intervention.

Affected endpoints:

  1. Read the USDC Gateway deposit automations for a vault account
  2. Set up a USDC Gateway deposit automation for a vault account
  3. Change a USDC Gateway deposit automation
  4. Stop a USDC Gateway deposit automation's schedule

Add UTXO label and amount filters to max spendable (beta)

Products: Vaults

Scope: API + SDKs

  • What's new
    Adds optional query parameters to filter UTXOs by labels (AND/OR logic), address, and amount range when calculating max spendable amount.

  • Impact
    Customers can calculate max spendable amounts using only UTXOs matching specific labels, addresses, or amount ranges.

Affected endpoints:

  1. Get max spendable amount in a transaction

Add rescreen endpoint for rejected transactions

Products: Compliance

Scope: API + SDKs

  • What's new
    Adds an endpoint to re-run compliance screening on incoming transactions that were rejected or failed by screening checks, with an option to reset the travel rule message.

  • Impact
    Customers can programmatically retry compliance screening on rejected transactions instead of manually handling them.

Affected endpoints:

  1. Rescreen a rejected transaction

Add metadata and incentive fields to Earn API

Products: Earn (Beta)

Scope: API + SDKs

  • What's new
    Syncs the Earn API OpenAPI spec with backend protos by adding optional fields for incentive APY, USD-denominated values, curator info, protocol metadata, and position timestamps.

  • Impact
    Customers can access additional incentive APY data, USD values, and display metadata from Earn API responses.

Affected endpoints:

  1. Get list of earn opportunities
  2. Get list of earn positions

Add txHash and txId filters to unspent outputs endpoint

Products: UTXO Management (Beta)

Scope: API + SDKs

  • What's new
    Adds optional txHash and txId query parameters to filter UTXOs by the on-chain creating transaction hash or Fireblocks transaction ID.

  • Impact
    Customers can now filter unspent outputs by the transaction that created them for more precise UTXO selection.

Affected endpoints:

  1. List unspent outputs (UTXOs)

Add policy rule AOT quota calculation endpoint (beta)

Products: Policy Editor V2 (Beta)

Scope: API + SDKs

  • What's new
    Adds a beta endpoint to calculate the Amount Over Time (AOT) quota for a specific policy rule, with optional initiator, source, and destination parameters.

  • Impact
    Customers can programmatically query AOT quota consumption for policy rules to monitor spending limits.

Affected endpoints:

  1. Calculate the AOT quota for a policy rule

Changed

Add connected accounts credentials public key endpoint (beta)

Products: Connected Accounts (Beta)

Scope: API + SDKs

  • What's new
    Adds a beta endpoint to retrieve the RSA public key used to encrypt credential payloads when creating connected accounts.

  • Impact
    Customers can now retrieve the encryption public key specific to connected accounts for secure credential submission.

Affected endpoints:

  1. Add a connected account
  2. Get public key to encrypt connected account credentials

Expand AmlScreeningResult schema to match actual API response

Products: Transactions

Scope: API + SDKs

  • What's new
    Documents previously undocumented fields in the AML screening result including bypass reasons, screening status, risk categories, and matched rule references.

  • Impact
    Customers gain accurate schema documentation for all AML screening response fields.

Affected endpoints:

  1. Get a specific transaction by external transaction ID
  2. Get a specific transaction by Fireblocks transaction ID
  3. Get transaction history

Expand AmlScreeningResult schema to match actual API response

Products: Compliance

Scope: API + SDKs

  • What's new
    Documents previously undocumented fields in the AML screening result including bypass reasons, screening status, risk categories, and matched rule references.

  • Impact
    Customers gain accurate schema documentation for all AML screening response fields.

Affected endpoints:

  1. Provides all the compliance details for the given screened transaction.

Update rate limit category for bulk vault account creation

Products: Vaults

Scope: API + SDKs

  • What's new
    Changes the rate limit category from write to high_compute for the bulk vault account creation endpoint to better reflect its computational intensity.

  • Impact
    Customers using this endpoint will be subject to the high_compute rate limit tier instead of the write tier.

Affected endpoints:

  1. Bulk creation of new vault accounts

@github-actions github-actions Bot added the major label Jul 23, 2026
@github-actions

Copy link
Copy Markdown
Contributor

We've received your request. Thanks for your patience. (Note that this SDK code is auto generated)

@reutz19
reutz19 merged commit 80e5733 into master Jul 23, 2026
11 checks passed
@reutz19
reutz19 deleted the fireblocks-api-spec/generated/2700459745 branch July 23, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant