Create a merchant
Add your website, Telegram bot or project. Automatic checks run first, then support performs final moderation.
A modern multi-chain payment gateway with hosted checkout, merchant APIs, callbacks, treasury sweeping and controlled withdrawals.
Supported payment rails
Create a merchant, verify your project, receive API keys and connect your website, bot or backend.
Add your website, Telegram bot or project. Automatic checks run first, then support performs final moderation.
Your project calls the API. The customer selects currency and network, then receives a unique address and countdown.
Bluket detects the transaction, waits for configured blockchain finality and posts a signed callback to your server.
Funds sweep to MAIN treasury. For each payout Bluket checks the transfer wallet first, rotates it if a wallet-specific freeze/blacklist is detected, then stages MAIN → transfer wallet → recipient.
Create hosted crypto invoices with a fresh address, live blockchain status and signed callbacks.
Separate payment and payout keys, idempotent order IDs, webhooks and test endpoints.
Confirmed deposits sweep into MAIN treasury. Before a payout, the transfer wallet is checked, funded from MAIN, then sends to the recipient.
Merchant balance → MAIN treasury staging → health-checked transfer wallet → final destination, with both network legs and platform fees accounted separately.
Create reusable customer deposit addresses with QR codes, history and block/refund controls.
Platform commissions are accrued separately and can be batch-settled to a receiving-only cold fee vault.
Create invoices with amount, currency, order ID, callbacks and return URLs.
Read API documentationPOST /v1/payment
merchant: <MERCHANT_UUID>
sign: <MD5_SIGNATURE>
{
"amount": "25",
"currency": "USD",
"order_id": "order_1001",
"url_callback": "https://store.test/callback",
"url_success": "https://store.test/success",
"lifetime": 1800
}Manage payments, balances, callbacks, payouts and fees from one dashboard.