ZOIDCASH API
Privacy API for Solana - Stealth Transactions, Encrypted Messaging, and Private DeFi
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
JOIN API WAITLIST
Early Access Benefits:
- Free API credits ($500 value)
- Priority support channel
- Beta feature access
- Discounted pricing tier
API PREVIEW
POST /api/v1/zoidpay/create
{
"amount": "10 USDC",
"token": "USDC",
"stealth": true
}
Response:
{
"success": true,
"payLink": "zoidcash.xyz/pay/...",
"stealthAddress": "hidden",
"qrCode": "..."
}POST /api/v1/shadow/send
{
"to": "recipientAddress",
"amount": "1 SOL",
"stealth": true,
"relays": "auto"
}
Response:
{
"success": true,
"txHash": "hidden",
"relayPath": "encrypted",
"metadata": "zero"
}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.
DEFI PLATFORMS
Enable private swaps and DeFi operations. Protect user trading strategies from front-running.
PRIVACY TOOLS
Create privacy-preserving applications. Identity protection and unlinkable interactions.