ZKIRA Pay

Learn

Documentation, guides, API reference, and insights for building with ZKIRA

Everything you need to build with ZKIRA

From stealth address fundamentals to production API integration — master private payments on Solana.

Quick Links

Developer Quick Start

curl -X POST https://api.zkira.io/v1/payments \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": "1000000",
    "token": "USDC",
    "recipient": "stealth_address_here",
    "metadata": {
      "description": "Private payment"
    }
  }'

Get your API key from the Developer Dashboard to start making private payments.