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
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.
Don't have an API key?
Sign up to Dashboard and create your API keys today.
Get higher limits and use debugging tools.
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
VeChain - Tatum API
- Generate VeChain wallet
- Generate VeChain account address from Extended public key
- Generate VeChain private key
- Get VeChain current block
- Get VeChain Block by hash
- Get VeChain Account balance
- Get VeChain Account energy (VTHO)
- Get VeChain Transaction
- Get VeChain Transaction Receipt
- Send VeChain from account to account
- Broadcast signed VeChain transaction