Post-quantum signing & verification, on-chain attestation, mining stats and FX — the real motors of the INKG empire, exposed as metered APIs with a key.
Pay per use in WUSD · quantum-safe · zero third parties · runs on our own nodes.
Get your API key →Generate keypairs, sign and verify with NIST FIPS-204 CRYSTALS-Dilithium. Signatures that survive Shor's algorithm — signing as a service.
Verify the post-quantum attestation of any sovereign EVM contract by symbol or address. Proves authentic bytecode, catches tampering.
ML-KEM-768 (CRYSTALS-Kyber) primitives for quantum-safe key exchange, backed by the same FIPS-203 sovereign service.
Public aggregate network data: total tokens mined, blocks, active miners, 24h throughput. Aggregate only — no private data.
Live sovereign token catalog and USD rates (WMP, WUSD, IGCG…) for quoting and conversion in your app.
Every authenticated call is metered per key, per endpoint, per month. Check your quota and consumption any time.
Enter your sovereign wallet address (or email) to mint a Free key — 100 calls/month, instantly. Upgrade to Pro or Enterprise below to raise your limits.
🔐 Your API key (store it safely — used as X-API-Key header):
Sign in with your sovereign wallet to pay. Upgrades apply to the key registered under your wallet.
curl -s -X POST https://futurebdetbank.com/api/v1/keys/issue \
-H 'Content-Type: application/json' \
-d '{"owner":"0xYourWallet"}'KP=$(curl -s -X POST https://futurebdetbank.com/api/v1/pqc/keypair \
-H "X-API-Key: $KEY" -d '{}')
# use its secretKey to sign:
curl -s -X POST https://futurebdetbank.com/api/v1/pqc/sign \
-H "X-API-Key: $KEY" -H 'Content-Type: application/json' \
-d '{"secretKey":"...","message":"hello"}'curl -s -H "X-API-Key: $KEY" \ "https://futurebdetbank.com/api/v1/pqc/contracts/verify?symbol=YAYA"
curl -s -H "X-API-Key: $KEY" \ https://futurebdetbank.com/api/v1/mining/stats
curl -s -H "X-API-Key: $KEY" \ https://futurebdetbank.com/api/v1/fx/tokens
curl -s -H "X-API-Key: $KEY" \ https://futurebdetbank.com/api/v1/usage
Every call requires the X-API-Key header. Over your monthly quota → HTTP 429. Revoked/expired → HTTP 403.