V
Vantix
Institutional
Acme Corp Ltd.

Environment

SANDBOX_LIVE
Partner WorkspaceDEVELOPER PORTAL // 0X
Rate Limit: 100/sec

Partner Sandbox

Integrate Vantix ZK identity verification into your enterprise dApp or DePIN nodes via off-chain REST API or direct Monad smart contract calls.

Node QuickstartNode.js
import { ethers } from 'ethers';

// Connect to RPC
const provider = new ethers.JsonRpcProvider();
const oracle = new ethers.Contract(ADDR, ABI);

// Verify Human Check
const status = await oracle.getIdentityStatus(user);
if (status === 'HUMAN') {
  grantAccess();
}
Smart Contract Whitelisting

Register contracts to receive LayerZero oracle syncs.

Control Unit

Secret KeysSandbox

No API keys generated.

Webhook Live Stream
API_GET /identity200
PULSE_HEARTBEATOK
POST /webhook/relay500_FAIL