A fast, secure, and developer-friendly payment gateway for merchants. Integrate cryptocurrency payments into your business in minutes.
Accept payments in Bitcoin, Ethereum, Litecoin, Solana, Bitcoin Cash, and more. New chains added regularly.
Competitive processing fees with transparent pricing. No hidden charges or monthly subscriptions.
Automatic payouts to your wallet as soon as payments are confirmed on the blockchain.
RESTful JSON API with straightforward endpoints. Create orders, check status, and manage payments with ease.
Monitor payments, track order status, and view sales analytics from your merchant dashboard.
API key authentication, rate limiting, and automatic fund management with no custody risk.
Create a payment order with a single API call
// Create a new payment order POST /api/order/create { "api_key": "your-api-key", "amount_usd": 25.00, "crypto_type": "BTC", "return_url": "https://shop.your-webiste.com/success" } // Response { "success": true, "order_id": "a1b2c3d4-...", "crypto_address": "bc1q...", "crypto_amount": "0.0003200", "payment_gateway_url": "https://destroy.wtf/pay/a1b2c3d4-..." }
Create your merchant account, generate an API key, and start accepting crypto payments today.
Create Account