Appearance
Authentication
Getting an API Key
API keys are available by reaching out on Telegram: @lucumsupport
Using Your API Key
When sending transactions via HTTP, pass your API key as a query parameter:
?api-key=YOUR_API_KEYExample
bash
curl -X POST "http://fra.lucum.io/?api-key=YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "transaction": "BASE64_ENCODED_TX" }'WARNING
Keep your API key private. Never expose it in client-side code or public repositories.
