Help & FAQ

Getting started with zkOrigoPlus API

Quick Start Guide

1. Obtain an API Key

To get started with zkOrigoPlus:

2. Make Your First Request

curl -X POST https://api.zkorigoapi.com/v1/chain/btc/validate \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"address": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa"}'

3. Check Your Usage

curl https://api.zkorigoapi.com/v1/usage \
  -H "x-api-key: YOUR_API_KEY"

Sandbox vs Production

Sandbox Environment

Production Environment

Usage Limits Explained

Starter Plan

Professional Plan

Enterprise Plan

What Happens When I Hit My Limit?

When you exceed your monthly quota, the API returns:

HTTP 429 Too Many Requests
{
  "error": "Monthly quota exceeded",
  "quota": 2500,
  "used": 2501
}

Upgrade your plan or wait until the next billing cycle.

Testing Guide

Test Blockchain Addresses

Test AML Check

curl -X POST https://api.zkorigoapi.com/sandbox/aml-unified/check \
  -H "Content-Type: application/json" \
  -d '{
    "address": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa",
    "chain": "btc"
  }'

Frequently Asked Questions

Q: How do I rotate my API key?
Contact support at admin@autodigitalcoin.com to request a key rotation. We will issue a new key and provide a grace period for migration.
Q: Does zkOrigoPlus store my transaction data?
No. zkOrigoPlus operates on a zero-data-retention architecture. No wallet addresses, transaction details, or compliance results are stored. See Security Documentation.
Q: What blockchains are supported?
Bitcoin (BTC), Ethereum (ETH), Stellar (XLM), XRP Ledger (XRPL), Hedera (HBAR), and Polygon (MATIC).
Q: Can I use the sandbox for production?
No. The sandbox is for testing only. It has no authentication and is rate-limited per IP. Production workloads require an API key and paid plan.
Q: What is the API uptime SLA?
zkOrigoPlus is currently in Beta. No SLA guarantees are provided. See System Status for real-time availability.
Q: How do I cancel my subscription?
Manage your subscription via the Stripe billing portal or contact admin@autodigitalcoin.com.
Q: Is there a free tier?
Yes. The sandbox environment is free with 30 req/sec rate limit. No API key required.

Additional Resources

Support

Email: admin@autodigitalcoin.com

Response Time: 24-48 hours

Technical Reference: SSRN Abstract 5634150

← Back to Home