Authentication & Headers
Private and administrative routes require you to authenticate using a centralized API Key. You must pass this key as an HTTP header on every request.
Fetches the real-time status of the Kyntix Discord bot, including whether it is currently online and its network latency (ping) in milliseconds.
Interactive Explorer
Integration Snippet
Returns a list of all application slash commands configured in the bot, along with their names and functional descriptions.
Interactive Explorer
Integration Snippet
Retrieves cumulative statistics of how many times each slash command has been executed by users since the bot's initialization.
Interactive Explorer
Retrieve general dashboard metrics like total member count, active giveaway counts, pending tickets, coupons status, and bot system stats.
Security Details
Requires authorization. Requests must contain a valid X-API-Key or an active dashboard session cookie.
Integration Snippet
Triggers the Discord bot to start a new giveaway campaign instantly in the specified channel.
Request Body Parameters
| Parameter | Type | Requirement | Description |
|---|---|---|---|
| channel_id | string | Required | The Discord Channel ID where the giveaway will be sent. |
| prize | string | Required | The description of the prize (e.g., "1x Nitro Classic"). |
| duration | string | Required | Duration format, e.g. "10m" (minutes), "2h" (hours), "1d" (days). |
| winners | number | Optional | The number of winners to draw (Defaults to 1). |
Need a Litecoin Extended Public Key (XPUB) for your gateway configuration? Use this secure generator to create a new key pair directly. The private master key will allow you to sweep/spend funds via wallets like Electrum LTC, and the public master key (XPUB) can be pasted as LTC_XPUB in your .env file.
Security Warning
⚠️ **Do not share the Master Private Key (xprv) with anyone.** Store it securely. Generating keys on this page is secure as it uses standard high-entropy random generation on the server and transfers it over HTTPS, but for large production funds, generating keys offline is always recommended.