Dear @Validators and Developers,
As part of the upcoming Klever Blockchain Mainnet Upgrade (v.1.7.14), weβre introducing a series of API enhancements designed to improve integration, monitoring, and interaction with the Klever Blockchain node.
These changes are especially relevant for validators, integrators, and developers using node APIs for automation, monitoring, or smart contract operations. Please review the updates below and adjust your tools accordingly before upgrading your infrastructure.
New Endpoints
Empowering better visibility, simulation, and smart contract interaction.
-
/:address/kdaβ Returns detailed KDA info. -
/simulateβ Simulate a smart contract transaction before broadcasting. -
/estimate-feeβ Estimate the transaction fee dynamically. -
/heartbeatstatusβ Display live information from connected nodes. -
/vm/hexβ Query smart contracts returning results in hex format. -
/vm/stringβ Query smart contracts returning string results. -
/vm/intβ Query smart contracts returning integer results. -
/vm/queryβ Query smart contracts returning raw results.
Changes to Existing Endpoints
/set-redundancy
- Authentication is now mandatory.
β Ensure your scripts and tools include valid authentication headers.
/node/statistics
-
Simplified response structure for cleaner and more consistent metrics output:
{ "liveTPS": 10.5, "averageTPS": "15", "peakTPS": 50.2, "blockNumber": 1000, "slotNumber": 1000, "slotTime": 4, "averageBlockTxCount": "100", "totalProcessedTxCount": "1000000", "currentBlockTxCount": 50 }
/transaction/send
-
Added support for extended transaction and asset operations:
-
klvRoyaltiesβ now supported in transfer operations. -
adminAddressβ added for createAsset operations. -
limitTransferβ added for createAsset operations. -
hasRoleDepositandhasRoleTransferβ supported in asset trigger operations. -
valueβ now usable within asset trigger operations.
-
Action Required
If your validator or node setup, monitoring tools, or integration scripts depend on these endpoints, make sure to update and test them prior to activation of version v.1.7.14 on epoch 4860.
This update brings a more standardized, efficient, and developer-friendly API layer to the Klever ecosystem, paving the way for deeper integrations and improved node operations.
Together, we keep the network Klever, secure, and powerful. ![]()
You can get more details for each endpoint at Swagger UI
