# Weekly Product Update April 4, 2022

Crypto APIs product update for the week of 4 April 2022: the changes shipped across the blockchain data, wallet and transaction APIs.

*Published 2022-04-03*

We keep on improving Crypto APIs product suite with more features and functionalities.

Here is what’s new from this and last week:

## New API endpoint: Estimate Transaction Smart Fee

A new unified API endpoint has been added to Blockchain Data.

[Estimate Transaction Smart Fee](https://developers.cryptoapis.io/technical-documentation/blockchain-data/unified-endpoints/estimate-transaction-smart-fee) can estimate the approximate fee per kilobyte needed for a transaction in order to begin the confirmation within the `confirmationTarget` blocks whenever possible. After which it will return the number of blocks for which the estimate is valid.

It is supported for BTC, LTC and DASH blockchain protocols.

## Extended XRP Ledger support in WaaS

We now support x-Addresses in Wallet as a Service (WaaS) for the XRP Ledger protocol.

The new feature allows you to use the x-Address Type for XRP as a destination or source address. The x-Address represents a classic address that is encoded with tag.

In WaaS you can use it for the following endpoints:

- [Create Coins Transaction Request from Address](https://developers.cryptoapis.io/technical-documentation/wallet-as-a-service/transactions/create-coins-transaction-request-from-address)

- [Get Transaction Request Details](https://developers.cryptoapis.io/technical-documentation/wallet-as-a-service/informative/get-transaction-request-details)

## New x-Address endpoints added to Blockchain Tools

For the purpose and your convenience, we have also developed endpoints to simplify both the encoding and decoding of the x-Address. You can find them in the Blockchain Tools section of our technical documentation.

- [Encode x-Address](https://developers.cryptoapis.io/technical-documentation/blockchain-tools/features/encode-x-address)

- [Decode x-Address](https://developers.cryptoapis.io/technical-documentation/blockchain-tools/features/decode-x-address)

## Features added to API endpoints in Blockchain Events

We have improved three endpoints from Blockchain Events with a new feature.

You can now set when to receive the callback for your event subscription. The new attribute `receiveCallbackOn` allows you to set on which confirmation (e.g. first, second, fifth, etc.) you'll receive the notification from the system that event has occurred.

This functionality is now available for:

- [New confirmed coins transactions](https://developers.cryptoapis.io/technical-documentation/blockchain-events/create-subscriptions-for/new-confirmed-coins-transactions)

- [New confirmed tokens transactions](https://developers.cryptoapis.io/technical-documentation/blockchain-events/create-subscriptions-for/new-confirmed-tokens-transactions)

- [New confirmed internal transactions](https://developers.cryptoapis.io/technical-documentation/blockchain-events/create-subscriptions-for/new-confirmed-internal-transactions)

## Coins forwarding in Blockchain Automations is improved

The automatic coins forwarding has been improved to now listen for and forward internal transactions, as well!

This applies for the protocols Ethereum (ETH) and Ethereum Classic (ETC).

You can use the new features in the following three API endpoints:

- [Create Automatic Coins Forwarding](https://developers.cryptoapis.io/technical-documentation/blockchain-automations/automatic-coins-forwarding/create-automatic-coins-forwarding)

- [List Coins Forwarding Automations](https://developers.cryptoapis.io/technical-documentation/blockchain-automations/automatic-coins-forwarding/list-coins-forwarding-automations)

- [Delete Automatic Coins Forwarding](https://developers.cryptoapis.io/technical-documentation/blockchain-automations/automatic-coins-forwarding/delete-automatic-coins-forwarding)

Stay tuned with our blog and updates page to be the first one to see what's new with Crypto APIs!

---

More on the [Crypto APIs blog](https://cryptoapis.io/blog), or see the [products](https://cryptoapis.io/products) this is built on.
