DEVELOPER API

Build with VargaMesh

Versioned, readable JSON endpoints for explorers, dashboards, monitoring and integrations.

VARGAPROOF API

Digests only, never files

POST /api/v1/proof/anchor accepts JSON containing exactly one 64-character SHA-256 digest. The public page hashes files locally in the browser.

fetch('/api/v1/proof/anchor', {
  method: 'POST',
  headers: {'Content-Type': 'application/json'},
  body: JSON.stringify({sha256: '…'})
})
VPF1

36 bytes on-chain

56504631 (ASCII “VPF1”) + 32 bytes of SHA-256 are committed in an OP_RETURN output. No file or filename is stored on-chain.

Open VargaProof →
CORS

Readable integration

Public read endpoints are intended for web integrations. Core RPC credentials remain private.

fetch('https://vargacoin.com/api/v1/status')
  .then(r => r.json())
  .then(console.log)
MINING

1% fee documented transparently

Pool pages and documentation use the production 99/1 payout logic: the valid Stratum VMESH address receives 99%, with 1% supporting operations.

Mining documentation →
TREASURY API

Ecosystem Treasury transparency endpoints

Public balance reconciliation, verified contributor leaderboard, ledger and pseudonymous contribution attribution.

OpenAPI/api/treasury/openapi.json
Status/api/treasury/status
Contributors/api/treasury/contributors
Ledger/api/treasury/ledger