# Change Log

**v2.4.0 on October 13th, 2025**

* Added Gas Oracle endpoint [Network Gas Oracle](/api-endpoints/network/network-gas-oracle.md)

**v2.4.0 on June 20th, 2025**

* Added Staked VET to [VET/VTHO Balance](/api-endpoints/account/vet-vtho-balance.md) and [Historic VET/VTHO](/api-endpoints/account/historic-vet-vtho.md)
* Updated [Node Stats (TVL)](/api-endpoints/network/node-stats-tvl.md)[Node Token Count](/api-endpoints/network/node-token-count.md)and [X-Node List](/api-endpoints/network/x-node-list.md) to reflect the new Stargate nodes and new node levels. These endpoints combine counts of Legacy nodes and Stargate nodes.
* Update [Transaction Info](/api-endpoints/transaction/transaction-info.md)and [Block Info](/api-endpoints/block/block-info.md)to align with VeChain Galactica hard-fork changes

**v2.3.0 on June 20th, 2025**

* Added contract verification endpoints [Contract Verification](/api-endpoints/contract-verification.md)

**v2.2.1 on March 28th, 2025**

* Added contract creation transaction hash to the [Contract Info](/api-endpoints/contract/contract-info.md) endpoint as "creation\_txid"&#x20;

**v2.2.0 on February 13th, 2025**

* **Important**: Endpoint 'Internal Transfers' is deprecated. Data expected from this endpoint is now combined with regular token transfers in the 'Token Transfers' endpoint.
* New DEXes integrated: BetterSwap and VeSwap are now supported.

**v2.1.1 on August 19th, 2024**

* New endpoint: Account Extended Stats
* Updated /v2/account/historic-vet-vtho to be queried for not just a date but a block number as well. This change of input is optional and existing users won't be affected.&#x20;

**v2.1.0 on July 9th, 2024**

* New endpoint: Transactions In
* New endpoint: Token Transfers
* New endpoint: NFT Transfers
* New endpoint: DEX Trades
* New endpoint: Internal Transfers

**v2.0.2 on March 26th, 2024**

* Updated /v2/transaction/status to display builtin EVM errors as well as the clause index on which the transaction reverts
* Minor bug fixes

**v2.0.1 on December 11th, 2023**

* Minor bug fixes

#### v2.0.0 on October 06, 2023

* Release of the public VCS APIs


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vechainstats.com/support/change-log.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
