Nodes

RESTful API to access the VeChainThor blockchain

Overview

In previous chapters, we discussed some scenarios where it can be convenient for a dApp to use a local or public node. Regardless of the choice, the interface for interacting with VeChainThor blockchain are the RESTful APIs specifically designed known as the Thorest API. This modern interface facilitates seamless interaction with the blockchain, enabling developers and users to harness its full potential.

Thorest API: Powering Blockchain Communication

The Thorest API stands as the primary communication channel for the VeChainThor blockchain. It offers a comprehensive set of endpoints that allow for diverse interactions, from querying blockchain data to submitting transactions.

For the latest information of each of the available endpoints please use the following link Thorest API Repo.

Monitoring Node Health

VeChain prioritizes network performance and reliability. To support this, two key resources are available for node health monitoring:

These dashboards provide real-time insights into node health, network stability, and overall ecosystem performance. Regular checks can help users and developers ensure optimal connectivity and stay informed about the network's status.

Mainnet Nodes

Testnet Node

Getting started

To begin interacting with the VeChainThor blockchain:

  • Choose a suitable node (mainnet or testnet) based on your project requirements.

  • Familiarize yourself with the Thorest API documentation.

  • Implement API calls in your application to read from or write to the blockchain.

  • Utilize the node status page to ensure you're connecting to healthy, responsive nodes.

By leveraging these tools and resources, developers can create robust, blockchain-powered applications on the VeChainThor network, tapping into its unique features and capabilities.

Last updated