Crypto payments for Telegram Bots
Use Crypto Pay in your Telegram Bots and accept crypto payments seamlessly.
Popular bots use Crypto Pay
Accept a wide range of cryptocurrencies
Send invoices in any supported coin with asset parameter in GetInvoice method
- ETH
- USDT
- TON
- BTC
- TRX
- LTC
- USDC
- BNB
Payment statistics
Open @CryptoBot, go to Crypto Pay and My Apps, App Name to get Statistics
Real-time exchange rates
Request up-to-date exchange rates with the getExchangeRates API method
Anonymous payments
Use allow_anonymous parameter in createInvoice method to give users the option to remain private
Send coins to users
Automate payouts to users with transfer API method
How to integrate Crypto Pay
- 1
Authorizing your app
- 1. Open @CryptoBot
- 2. Go to Crypto Pay
- 3. Tap Create App
- 4. Get API Token
- 2
Crypto Pay API Request
Requests are only served over HTTPS
To pass parameters use:URL query string
application/json
application/x-www-form-urlencoded
multipart/form-data
- 3
Getting updates
There are two ways of receiving updates for your app:
getInvoices method to get a list of created invoices.
Webhooks to receive updates in realtime.