Skip to content

Releases: fireblocks/fireblocks-cli

v10.0.0

Choose a tag to compare

@cli-generation-automation cli-generation-automation released this 08 Sep 20:09

Changelog

2026-09-08

Breaking Change

Fix validBefore/validAfter semantics in TRLink policy rules

Products: Transactions

Scope: API + SDKs

  • What's new
    Corrects the documentation for validBefore and validAfter fields to accurately describe their behavior as relative durations (seconds since wait/screening step started) rather than absolute Unix timestamps.

  • Impact
    Customers should update their implementations to use relative durations in seconds instead of Unix timestamps for these 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

Fix validBefore/validAfter semantics in TRLink policy rules

Products: TRLink

Scope: API + SDKs

  • What's new
    Corrects the documentation for validBefore and validAfter fields to accurately describe their behavior as relative durations (seconds since wait/screening step started) rather than absolute Unix timestamps.

  • Impact
    Customers should update their implementations to use relative durations in seconds instead of Unix timestamps for these fields.

Affected endpoints:

  1. Get TRLink policy

Fix validBefore/validAfter semantics in TRLink policy rules

Products: Compliance

Scope: API + SDKs

  • What's new
    Corrects the documentation for validBefore and validAfter fields to accurately describe their behavior as relative durations (seconds since wait/screening step started) rather than absolute Unix timestamps.

  • Impact
    Customers should update their implementations to use relative durations in seconds instead of Unix timestamps for these fields.

Affected endpoints:

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

Remove type field from security finding responses

Products: Security Posture Management

Scope: API + SDKs

  • What's new
    Removes the type field from security finding schemas and updates example data to reflect a different finding scenario.

  • Impact
    Clients should no longer expect the type field in security finding responses and must update any code that depends on this field.

Affected endpoints:

  1. Get a FSPM security finding by ID
  2. Update a FSPM security finding by ID
  3. Get FSPM security findings

Added

Add contacts list endpoint

Products: Contacts

Scope: API + SDKs

  • What's new
    Adds a paginated endpoint to list workspace address book contacts with filtering by name, type, tags, access control, container, and archive status.

  • Impact
    Customers can programmatically retrieve and filter their address book contacts through the API.

Affected endpoints:

  1. List contacts

Add feeCurrency field for Tempo transactions (beta)

Products: Off exchanges, Transactions

Scope: API + SDKs

  • What's new
    Adds an optional feeCurrency field to the transaction request schema, allowing users to specify which asset to use for paying network fees on Tempo-based transactions.

  • Impact
    Customers using Tempo can now control which asset pays transaction fees.

Affected endpoints:

  1. Create a new transaction
  2. Estimate transaction fee
  3. Add Collateral
  4. Remove Collateral

Add AMOUNT_ABOVE_MAXIMUM failure reason

Products: Trading (Beta)

Scope: API + SDKs

  • What's new
    Adds a new enum value to indicate when a trading operation fails because the requested amount exceeds the maximum allowed limit.

  • Impact
    Customers can now programmatically detect and handle amount-too-large errors in trading operations.

Affected endpoints:

  1. Create an order
  2. Get order details

v9.0.0

Choose a tag to compare

@cli-generation-automation cli-generation-automation released this 01 Sep 10:56

Changelog

2026-09-01

Breaking Change

Fix validBefore/validAfter semantics in TRLink policy rules

Products: Transactions

Scope: API + SDKs

  • What's new
    Corrects the documentation for validBefore and validAfter fields to accurately describe their behavior as relative durations (seconds since wait/screening step started) rather than absolute Unix timestamps.

  • Impact
    Customers should update their implementations to use relative durations in seconds instead of Unix timestamps for these 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

Fix validBefore/validAfter semantics in TRLink policy rules

Products: TRLink

Scope: API + SDKs

  • What's new
    Corrects the documentation for validBefore and validAfter fields to accurately describe their behavior as relative durations (seconds since wait/screening step started) rather than absolute Unix timestamps.

  • Impact
    Customers should update their implementations to use relative durations in seconds instead of Unix timestamps for these fields.

Affected endpoints:

  1. Get TRLink policy

Fix validBefore/validAfter semantics in TRLink policy rules

Products: Compliance

Scope: API + SDKs

  • What's new
    Corrects the documentation for validBefore and validAfter fields to accurately describe their behavior as relative durations (seconds since wait/screening step started) rather than absolute Unix timestamps.

  • Impact
    Customers should update their implementations to use relative durations in seconds instead of Unix timestamps for these fields.

Affected endpoints:

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

Remove type field from security finding responses

Products: Security Posture Management

Scope: API + SDKs

  • What's new
    Removes the type field from security finding schemas and updates example data to reflect a different finding scenario.

  • Impact
    Clients should no longer expect the type field in security finding responses and must update any code that depends on this field.

Affected endpoints:

  1. Get a FSPM security finding by ID
  2. Update a FSPM security finding by ID
  3. Get FSPM security findings

Added

Add contacts list endpoint

Products: Contacts

Scope: API + SDKs

  • What's new
    Adds a paginated endpoint to list workspace address book contacts with filtering by name, type, tags, access control, container, and archive status.

  • Impact
    Customers can programmatically retrieve and filter their address book contacts through the API.

Affected endpoints:

  1. List contacts

Add feeCurrency field for Tempo transactions (beta)

Products: Off exchanges, Transactions

Scope: API + SDKs

  • What's new
    Adds an optional feeCurrency field to the transaction request schema, allowing users to specify which asset to use for paying network fees on Tempo-based transactions.

  • Impact
    Customers using Tempo can now control which asset pays transaction fees.

Affected endpoints:

  1. Create a new transaction
  2. Estimate transaction fee
  3. Add Collateral
  4. Remove Collateral

Add AMOUNT_ABOVE_MAXIMUM failure reason

Products: Trading (Beta)

Scope: API + SDKs

  • What's new
    Adds a new enum value to indicate when a trading operation fails because the requested amount exceeds the maximum allowed limit.

  • Impact
    Customers can now programmatically detect and handle amount-too-large errors in trading operations.

Affected endpoints:

  1. Create an order
  2. Get order details

v8.0.0

Choose a tag to compare

@cli-generation-automation cli-generation-automation released this 26 Aug 08:31

Changelog

2026-08-26

Breaking Change

Remove deprecated FSPM category filter values

Products: Security Posture Management

Scope: API + SDKs

  • What's new
    Removes ACCESS_CONTROL, ADMIN_MANAGEMENT, SECURITY, and CONFIGURATION values from the category filter parameter and updates the endpoint description text.

  • Impact
    API requests using the removed category filter values will receive validation errors.

Affected endpoints:

  1. Get FSPM security findings

Added

Add FSPM security finding update endpoint

Products: Security Posture Management

Scope: API + SDKs

  • What's new
    Adds an endpoint to accept or reopen FSPM security findings by setting the status to ACCEPTED or OPEN, with a required reason when accepting.

  • Impact
    Customers can programmatically manage FSPM finding statuses through the API.

Affected endpoints:

  1. Get a FSPM security finding by ID
  2. Update a FSPM security finding by ID

Add FSPM security finding details endpoint

Products: Security Posture Management

Scope: API + SDKs

  • What's new
    Adds an endpoint to retrieve detailed information about a specific FSPM security finding by its ID, including compliance requirements, risk explanation, and mitigation guidance.

  • Impact
    Customers can now fetch complete details for individual security findings programmatically.

Affected endpoints:

  1. Get a FSPM security finding by ID

v7.0.0

Choose a tag to compare

@cli-generation-automation cli-generation-automation released this 18 Aug 08:19

Changelog

2026-08-18

Breaking Change

Fix Travel Rule legalPerson name schema for IVMS101 compliance

Products: Off exchanges, Transactions, Travel Rule

Scope: API + SDKs

  • What's new
    Fixes the Travel Rule legal person name schema to use the IVMS101-compliant array structure with proper name type codes (LEGL, SHRT, TRAD) instead of the incorrect flat object format.

  • Impact
    Customers must update Travel Rule integrations to use the new array-based name identifier structure.

Affected endpoints:

  1. Validate Full Travel Rule Transaction
  2. Create a new transaction
  3. Estimate transaction fee
  4. Add Collateral
  5. Remove Collateral

Fix Travel Rule legalPerson name schema for IVMS101 compliance

Products: Travel Rule

Scope: API + SDKs

  • What's new
    Fixes the Travel Rule legal person name schema to use the IVMS101-compliant array structure with proper name type codes (LEGL, SHRT, TRAD) instead of the incorrect flat object format.

  • Impact
    Customers must update Travel Rule integrations to use the new array-based name identifier structure.

Affected endpoints:

  1. Validate Full Travel Rule Transaction

Added

Add ETH staking consolidation and withdrawal ETA fields

Products: Staking

Scope: API + SDKs

  • What's new
    Adds three new optional fields to EthereumBlockchainData: estimatedSourceExitTime, estimatedConsolidationTime, and estimatedWithdrawalTime to surface timing estimates for in-flight ETH validator consolidations and withdrawals.

  • Impact
    Customers can now track estimated completion times for pending ETH staking consolidations and withdrawals via the API.

Affected endpoints:

  1. Get position details
  2. List staking positions
  3. List staking positions (Paginated)

Add gaslessInfo to transaction responses

Products: Transactions

Scope: API + SDKs

  • What's new
    Adds a new gaslessInfo object to transaction responses containing relay and meta-transaction details including tenant and vault account information.

  • Impact
    Customers can identify meta-transactions and see which relay tenant sponsored the gas fees.

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 new ReasonForPaymentEnum values

Products: Trading (Beta)

Scope: API + SDKs

  • What's new
    Adds three new payment reason values: CORPORATE_INVESTMENT, INTER_COMPANY_TRANSFER, and OFFICE_OPERATING_EXPENSES to support additional corporate payment use cases.

  • Impact
    Customers can now specify additional payment reasons when creating trading orders.

Affected endpoints:

  1. Create an order

Add FSPM security findings endpoint

Products: Security Posture Management

Scope: API + SDKs

  • What's new
    Adds an endpoint to retrieve paginated security posture findings for a workspace, with filtering by severity, category, and status.

  • Impact
    Customers with Security Admin or Security Auditor roles can programmatically retrieve security posture findings.

Affected endpoints:

  1. Get FSPM security findings

Fixed

Document Owner and Viewer roles for staking endpoints

Products: Staking

Scope: API + SDKs

  • What's new
    Adds missing Owner and Viewer roles to endpoint permission documentation for staking list endpoints. These roles were already permitted at runtime but not documented.

  • Impact
    Customers with Owner or Viewer roles now see accurate permission documentation for staking endpoints.

Affected endpoints:

  1. List staking positions
  2. List staking positions (Paginated)
  3. List staking providers

v6.0.0

Choose a tag to compare

@cli-generation-automation cli-generation-automation released this 10 Aug 11:51

Changelog

2026-08-10

Breaking Change

Make ContractAttributes fields optional

Products: Contract Templates

Scope: API + SDKs

  • What's new
    Removes the required constraint from useCases, standards, and auditor fields in the ContractAttributes schema to match actual API behavior where these fields may be absent for non-EVM templates.

  • Impact
    SDK-generated types for these fields change from required/non-nullable to optional/nullable, requiring code updates where these fields are accessed.

Affected endpoints:

  1. List all contract templates
  2. Upload contract template
  3. Return contract template by id

Changed

Expand TravelRuleVASP response schema documentation

Products: Travel Rule

Scope: API + SDKs

  • What's new
    Documents additional fields returned by the Travel Rule VASP endpoints, including GLEIF registry data, compliance phases, and regulatory status. Also clarifies fields parameter behavior and notes that unrecognized fields should be ignored.

  • Impact
    Customers can now use the full set of VASP fields returned by the API.

Affected endpoints:

  1. Get All VASPs
  2. Get VASP details

v5.0.0

Choose a tag to compare

@cli-generation-automation cli-generation-automation released this 02 Aug 15:04

Changelog

2026-08-02

Breaking Change

Rename issuance field to inflation in staking rewards

Products: Staking

Scope: API + SDKs

  • What's new
    Renames the issuance reward field to inflation in Solana staking rewards breakdown to better reflect the reward source.

  • Impact
    Customers using the issuance field in SolanaRewardsBreakdown responses must update their code to use inflation instead.

Affected endpoints:

  1. Get position details
  2. List staking positions
  3. List staking positions (Paginated)

Make rewardsAmount nullable in staking schemas

Products: Staking

Scope: API + SDKs

  • What's new
    The rewardsAmount field can now be null for Cosmos-family chains where reward tracking is not supported, instead of returning a misleading zero value.

  • Impact
    SDK consumers using strict type checking may need to update their code to handle null values for this field.

Affected endpoints:

  1. Get position details
  2. List staking positions
  3. List staking positions (Paginated)

Remove deprecated estimatedAnnualReward from staking

Products: Staking

Scope: API + SDKs

  • What's new
    Removes the deprecated estimatedAnnualReward field from the AdditionalInfo schema, aligning the spec with actual staking service behavior.

  • Impact
    Clients should stop referencing estimatedAnnualReward as it has not been populated since November 2025.

Affected endpoints:

  1. Get chain-level staking parameters

Added

Add estimatedActivationTime to ETH staking positions

Products: Staking

Scope: API + SDKs

  • What's new
    Adds optional estimatedActivationTime field to EthereumBlockchainData schema, showing when pending ETH positions will activate.

  • Impact
    Customers can now see estimated activation times for pending or activating ETH staking positions.

Affected endpoints:

  1. Get position details
  2. List staking positions
  3. List staking positions (Paginated)

Add custom HTTP headers support for webhooks

Products: Webhooks V2

Scope: API + SDKs

  • What's new
    Adds an optional customHeaders field to webhook configuration, allowing customers to attach up to 10 custom HTTP headers to webhook notifications.

  • Impact
    Customers can configure webhooks with custom headers for enhanced integration flexibility.

Affected endpoints:

  1. Create a new webhook
  2. Update webhook
  3. Get all webhooks
  4. Get webhook by id
  5. Delete webhook

Add new FailureReason enum values for CPN off-ramp orders

Products: Trading (Beta)

Scope: API + SDKs

  • What's new
    Adds MISSING_DESTINATION_DETAILS and MISSING_WORKSPACE_DETAILS enum values to indicate when CPN off-ramp orders fail due to missing whitelisted destination or workspace institutional details.

  • Impact
    Customers can now identify specific reasons for CPN off-ramp order failures related to missing configuration details.

Affected endpoints:

  1. Create an order
  2. Get order details

Add OAuth 2.0 authentication support for webhooks

Products: Webhooks V2

Scope: API + SDKs

  • What's new
    Adds optional OAuth 2.0 client credentials configuration to webhooks, enabling automatic bearer token authentication when delivering webhook events.

  • Impact
    Customers can now configure webhooks to authenticate with OAuth 2.0-protected endpoints.

Affected endpoints:

  1. Create a new webhook
  2. Update webhook
  3. Get all webhooks
  4. Get webhook by id
  5. Delete webhook

Add fiat off-ramp payment rails for six regions

Products: Trading (Beta)

Scope: API + SDKs

  • What's new
    Adds OpenAPI schemas and destination types for CIPS (China), NEQUI (Colombia), FPS_UK (UK), FPS_HK (Hong Kong), InstaPay, and PesoNet (Philippines) payment rails.

  • Impact
    Customers can use these new payment rails for fiat off-ramp transfers to China, Colombia, UK, Hong Kong, and the Philippines.

Affected endpoints:

  1. Create an order
  2. Get order details

Changed

Add whitelisted address schemas for six CPN rails

Products: External wallets

Scope: API + SDKs

  • What's new
    Adds payment info schemas for CIPS, NEQUI, FPS_UK, FPS_HK, INSTA_PAY, and PESONET rails to support external wallet whitelisting.

  • Impact
    Customers can now configure whitelisted addresses for these six payment rails.

Affected endpoints:

  1. Add an asset to an external wallet.

Add fiat off-ramp payment rails for six regions

Products: Trading (Beta)

Scope: API + SDKs

  • What's new
    Adds OpenAPI schemas and destination types for CIPS (China), NEQUI (Colombia), FPS_UK (UK), FPS_HK (Hong Kong), InstaPay, and PesoNet (Philippines) payment rails.

  • Impact
    Customers can use these new payment rails for fiat off-ramp transfers to China, Colombia, UK, Hong Kong, and the Philippines.

Affected endpoints:

  1. Create an order
  2. Get order details
  3. Get all offers
  4. Create a quote
  5. Get rates
  6. Get trading provider by ID
  7. Get providers

v4.0.0

Choose a tag to compare

@cli-generation-automation cli-generation-automation released this 23 Jul 16:49

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

v3.0.0

Choose a tag to compare

@cli-generation-automation cli-generation-automation released this 01 Jul 11:26

Changelog

2026-07-01

Breaking Change

Connected account creation renamed to 'add'

Products: Connected Accounts (Beta)

Scope: API + SDKs

  • What's new
    The endpoint for creating a connected account has been updated to use 'add' terminology, replacing the previous 'create' naming throughout.

  • Impact
    Existing integrations that call the connected account creation endpoint will need to be updated to use the new 'add' naming.

Affected endpoints:

  1. Add a connected account

v2.0.0

Choose a tag to compare

@cli-generation-automation cli-generation-automation released this 28 Jun 13:50

Changelog

2026-06-28

Breaking Change

Restructure Reports API response schemas (beta)

Products: Reports (Beta)

Scope: API + SDKs

  • What's new
    Introduces a base report job schema and separates list responses from detail responses, removing short-lived download links from list items.

  • Impact
    Customers must call the individual report endpoint to obtain download URLs instead of getting them from list responses.

Affected endpoints:

  1. List reports

Update ConnectedAccountErrorResponse required fields

Products: Connected Accounts (Beta)

Scope: API + SDKs

  • What's new
    Changes required fields from errorMessage/errorCode to message/code while keeping legacy fields as optional.

  • Impact
    Customers must update error handling to use the new message and code fields.

Affected endpoints:

  1. Get allowlist for connected account
  2. Get a single allowlist entry for a connected account
  3. Rename Connected Account
  4. Get connected accounts
  5. Create a connected account

Relocate participantsIdentificationPolicy to endpoint level

Products: Trading (Beta)

Scope: API + SDKs

  • What's new
    Moves the participantsIdentificationPolicy property from the manifest root to individual endpoint configurations (order, quote, rate), enabling per-endpoint KYC/AML policy definitions.

  • Impact
    Customers must now read identification policies from endpoint-specific locations instead of the manifest root.

Affected endpoints:

  1. Get trading provider by ID
  2. Get providers

Restructure Reports API response schemas (beta)

Products: Reports (Beta)

Scope: API + SDKs

  • What's new
    Introduces a base report job schema and separates list responses from detail responses, removing short-lived download links from list items.

  • Impact
    Customers must call the individual report endpoint to obtain download URLs instead of getting them from list responses.

Affected endpoints:

  1. List reports

Update PayID schema field requirements

Products: External wallets

Scope: API + SDKs

  • What's new
    Makes the bsb field required in PayID payment info and makes accountNumber optional in PayID address to align with current payment processing requirements.

  • Impact
    Customers must now provide the bsb field when creating PayID whitelist addresses.

Affected endpoints:

  1. Add an asset to an external wallet.

Rename verified field to leiData in Address Registry

Products: Compliance

Scope: API + SDKs

  • What's new
    Renames the verified field to leiData in the Address Registry legal entity schema to better indicate LEI data availability.

  • Impact
    Existing integrations must update from verified to leiData when parsing legal entity responses.

Affected endpoints:

  1. Look up legal entity by blockchain address

Add vaultAccountId and userId to Earn action response

Products: Earn (Beta)

Scope: API + SDKs

  • What's new
    Adds required vaultAccountId and userId fields to the Earn GetActionResponse schema, identifying which vault account and user executed each action.

  • Impact
    Customers can now see which vault account and user initiated each Earn action.

Affected endpoints:

  1. Get a single earn lending action
  2. List earn lending actions

Add Binance support to connected accounts allowlist | Add metadata envelope to allowlist entry response

Products: Connected Accounts (Beta)

Scope: API + SDKs

  • What's new
    Connected accounts allowlist endpoints now support Binance accounts in addition to CoinbaseExchange. The allowlist entry endpoint now returns a response envelope containing both the entry data and account-level allowlist sync metadata.

  • Impact
    Customers can use allowlist endpoints with Binance connected accounts. Customers receive additional sync metadata when retrieving individual allowlist entries.

Affected endpoints:

  1. Get allowlist for connected account
  2. Sync allowlist for connected account
  3. Get a single allowlist entry for a connected account

Restructure PolicyMetadata as map keyed by policy type

Products: Policy Editor V2 (Beta)

Scope: API + SDKs

  • What's new
    Restructures the PolicyMetadata schema from a flat object to a dictionary keyed by policy type, allowing metadata for multiple policies in a single response.

  • Impact
    Existing integrations parsing PolicyMetadata must update to handle the new map structure instead of direct properties.

Affected endpoints:

  1. Get the active draft by policy type
  2. Update the draft with a new set of rules by policy types
  3. Send publish request for a certain draft id
  4. Get the active policy and its validation by policy type

Rename vout to index in UTXO schemas

Products: Off exchanges, Transactions

Scope: API + SDKs

  • What's new
    Renames the vout field to index across UTXO API schemas to align with listUnspent and legacy input selection naming conventions.

  • Impact
    Beta customers using UTXO selection or identifier APIs must update requests to use index instead of vout.

Affected endpoints:

  1. Create a new transaction
  2. Estimate transaction fee
  3. Add Collateral
  4. Remove Collateral

Rename vout to index in UTXO schemas

Products: UTXO Management (Beta)

Scope: API + SDKs

  • What's new
    Renames the vout field to index across UTXO API schemas to align with listUnspent and legacy input selection naming conventions.

  • Impact
    Beta customers using UTXO selection or identifier APIs must update requests to use index instead of vout.

Affected endpoints:

  1. Attach or detach labels to/from UTXOs

Align Exposure schema with vault allocation slice

Products: Earn (Beta)

Scope: API + SDKs

  • What's new
    Renames the assetAddress field to address and adds decimals, assetId, and amountUsd fields to provide richer exposure data. Adds exposureType enum to describe what exposure rows represent and increases the exposure array limit from 10 to 20 items.

  • Impact
    Customers reading exposure data must update to use address instead of assetAddress.

Affected endpoints:

  1. Get list of earn opportunities
...
Read more

v1.0.10

Choose a tag to compare

@cli-generation-automation cli-generation-automation released this 11 Jun 14:23
dump new version 1.0.10