Instant Auto Sales:
Boost conversion

Immediately deliver digital products
and services to your users.

01

03

Accept a wide range of cryptocurrencies

Bill any supported cryptocurrencies with asset parameter in GetInvoice method

ETH USDT BTC TON
BNB TRX USDC LTC

One click to start

Open @CryptoBot, go to Crypto Pay and tap Create App to get API Token

Real-time
exchange rates

Request up to date currency rate with the getExchangeRates API method

Application Statistics @GoodsBot for all time:

Volume: $204,920
The number of created invoices: 16,256
Number of payments: 9,353
Number of users: 5,606

Conversion: 57%
21:30

Payment statistics

Open @CryptoBot, go to Crypto Pay and My Apps, App Name to get Statistics

Send coins to users

Automate payouts to users with transfer API method

Illustration 1 of Anonymous payments Illustration 2 of Anonymous payments Illustration 3 of Anonymous payments Illustration 3 of Anonymous payments

Anonymous
payments

Use allow_anonymous parameter in createInvoice method to give user an option to remain private

Quick start using
Crypto Pay

Here is the token for the app @GoodsBot

114935:AA9xMcRqHYZYl6CQlkhBStMAwT
FQ1s6iJHM

⚠️ This token can be used by anyone to control your app. Keep and store it safely.
21:30

1

Authorizing your app

asset=TON&amount=2.75
{"asset":"TON", "amount": "2.75"}

2

Crypto Pay
API Request

Requests are only served over HTTPS
To pass parameters use:

Invoice(
  payload: “item:monthly_premium”,
  status: “paid”,
  amount: “3.99”,
  asset: “USDT”
)

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.

Crypto Pay API

Explore available methods and typesand integrate them in any programming language.

Open Api Docs

Join dev community

Connect with bot developers and explore the possibilities our crypto payments service unlocks.

crypto-pay-api

CryptoPay

crypto-pay-api

aiocryptopay

cryptobot-sdk-
golang