Documentation Index
Fetch the complete documentation index at: https://docs.lumina-org.com/llms.txt
Use this file to discover all available pages before exploring further.
lumina.policies.list()
lumina.policies.get(productId, policyId)
Public — no API key required.
lumina.policies.purchase(params)
Asset encoding
asset: 'USDC' is encoded to its bytes32 representation
(0x5553444300…0000) for you. To bypass the encoder and pass a raw bytes32,
provide a 32-byte hex string directly:
Idempotency
Always passidempotencyKey on retryable purchases. The header value is
forwarded as Idempotency-Key. Replays return the original response; no
double-charge.