ZOIDCASH API

Privacy API for Solana - Stealth Transactions, Encrypted Messaging, and Private DeFi

Coming Soon • Join Waitlist

ZOIDCASH API

Build privacy into your Solana applications with our powerful API. Programmatically create stealth transactions, send encrypted messages, and enable private DeFi operations.

🔒 STEALTH TRANSACTIONS

API for creating stealth transactions with one-time addresses. Route through ShadowNet relays for complete anonymity.

💳 PRIVATE PAYMENTS

Generate private pay links with ZoidPay. Stealth addresses enable unlinkable transactions. Receiver stays invisible.

🔄 PRIVATE DEFI

Execute private swaps with ZoidRoute. Multi-party computation and zero-knowledge proofs for complete anonymity.

🛡️ IDENTITY PROTECTION

ZoidMask API for ephemeral identities. Rotating Zoid IDs prevent linkability across all interactions.

API SPECIFICATIONS

Protocol
REST / GraphQL
Authentication
API Key + Wallet
Privacy Level
100% Metadata Free
Rate Limits
1000 req/min
Response Time
< 50ms
Uptime SLA
99.99%
Network
Solana Mainnet
Support
24/7 Developer

JOIN API WAITLIST

Early access developers will receive exclusive benefits

Early Access Benefits:

  • Free API credits ($500 value)
  • Priority support channel
  • Beta feature access
  • Discounted pricing tier

API PREVIEW

Create Private Payment
POST /api/v1/zoidpay/create

{
  "amount": "10 USDC",
  "token": "USDC",
  "stealth": true
}

Response:
{
  "success": true,
  "payLink": "zoidcash.xyz/pay/...",
  "stealthAddress": "hidden",
  "qrCode": "..."
}
Send Stealth Transaction
POST /api/v1/shadow/send

{
  "to": "recipientAddress",
  "amount": "1 SOL",
  "stealth": true,
  "relays": "auto"
}

Response:
{
  "success": true,
  "txHash": "hidden",
  "relayPath": "encrypted",
  "metadata": "zero"
}
Execute Private Swap
POST /api/v1/zoidroute/swap

{
  "from": "USDC",
  "to": "SOL",
  "amount": "100",
  "stealth": true
}

Response:
{
  "success": true,
  "swapId": "...",
  "oneTimeAddress": "hidden",
  "route": "encrypted"
}

USE CASES

💎

PRIVATE WALLETS

Integrate stealth transactions into wallet applications. Users can send and receive funds anonymously.

Solana wallets
Multi-chain wallets
Privacy wallets
🔄

DEFI PLATFORMS

Enable private swaps and DeFi operations. Protect user trading strategies from front-running.

DEX aggregators
Yield farms
Lending platforms
🛡️

PRIVACY TOOLS

Create privacy-preserving applications. Identity protection and unlinkable interactions.

Voting systems
Reputation systems
Anonymous apps

PLANNED SDK SUPPORT

JavaScript
SDK
TypeScript
SDK
Python
SDK
Rust
SDK
Go
SDK
Java
SDK
Swift
SDK
Kotlin
SDK