Quick Start
1. Get API access
2. Call the entropy endpoint
GET /v1/entropy?size=32
Authorization: Bearer YOUR_API_KEY{
"job_id": "qj_...",
"entropy": "<base64 or hex-encoded bytes>",
"solana_tx": "...",
"timestamp": "..."
}3. Verify on-chain (optional)
4. Use entropy in your app
Last updated