Discover VeChain, a blockchain optimized for enterprise solutions and supply chain management. Build decentralized applications using its RPC gateway.
The VeChain RPC documentation provides developers with the necessary tools to interact with the VeChain blockchain programmatically. VeChain is designed for enterprise use cases, particularly in supply chain management, using a proof-of-authority (PoA) consensus mechanism for efficient, low-cost transactions. The documentation includes API endpoints for querying blockchain data, managing transactions, and deploying smart contracts. Developers can leverage VeChain’s robust architecture to build decentralized applications (dApps) integrated with enterprise supply chains, improving transparency and efficiency.
– Related: 📚 Supported Blockchains • 🌐 RPC Nodes → VeChain • 🔗 Official VeChain Website
RPC Gateway for VeChain blockchain
VeChain RPC networks
Connect to VeChain and Fetch the Latest Block
This widget lets you instantly query the latest block height (or equivalent) for VeChain using a chain-specific RPC method like eth_blockNumber, getblockcount, or getBlockHeight. Useful for connectivity checks, uptime monitoring, or API testing.
Retrieve VeChain Node Status or Client Version via RPC
Use this pre-configured request to get version or status information for your connected VeChain node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.
Test VeChain RPC Methods in Postman
Explore and test VeChain blockchain methods instantly using our pre-configured Postman collection. Perfect for developers who want to experiment with VeChain RPC endpoints, validate API responses, or integrate VeChain into their applications.
How to use the VeChain Postman Collection
- Get your API key: Visit Tatum Dashboard to obtain your free API key
- Import the collection: Click the "Run in Postman" button below to import the VeChain collection
- Configure your environment: Update the
gateway-api-keyvariable in the Tatum Gateway environment - Start testing: Execute any VeChain RPC method and see real-time responses
Available VeChain interfaces and methods
Each VeChain network and interface below exposes its own set of RPC methods, listed live from Tatum's RPC Gateway. Query these endpoints for any interface to explore what it supports:
/_methods– machine-readable list of interfaces and methods/llms.txt– human- and AI-readable documentation context
VeChain Mainnet
REST API · REST
Base URL: https://vechain-mainnet.gateway.tatum.io
Discovery: /_methods · /llms.txt
GET /accounts/{address}GET /accounts/{address}/codeGET /accounts/{address}/storage/{key}GET /blocks/{revision}GET /fees/historyGET /fees/priorityGET /node/network/peersGET /node/txpoolGET /node/txpool/statusGET /transactions/{id}GET /transactions/{id}/receiptPOST /accounts/{address}POST /accounts/*POST /debug/storage-rangePOST /debug/tracersPOST /debug/tracers/callPOST /eventsPOST /logs/eventPOST /logs/transferPOST /transactionsPOST /transfers
VeChain Testnet
REST API · REST
Base URL: https://vechain-testnet.gateway.tatum.io
Discovery: /_methods · /llms.txt
GET /accounts/{address}GET /accounts/{address}/codeGET /accounts/{address}/storage/{key}GET /blocks/{revision}GET /fees/historyGET /fees/priorityGET /node/network/peersGET /node/txpoolGET /node/txpool/statusGET /transactions/{id}GET /transactions/{id}/receiptPOST /accounts/{address}POST /accounts/*POST /debug/storage-rangePOST /debug/tracersPOST /debug/tracers/callPOST /eventsPOST /logs/eventPOST /logs/transferPOST /transactionsPOST /transfers
Method unavailable?If you need a method we don't support yet, please contact our support.
We'd be happy to assist.