Developer Documentation
Vorliq Public API
These endpoints are served through https://vorliq.org/api. They let developers inspect the chain, build wallet tools, monitor nodes, and integrate with Vorliq community features. POST endpoints should be used carefully because many of them create real pending transactions, votes, proposals, or community records.
Developers who want a simpler integration can use the official Vorliq JavaScript SDK instead of calling the API directly. The SDK creates wallets, checks balances, signs VLQ transactions locally, watches for new blocks, and builds payment URLs.
Read the SDK README Operator Dashboard Guide