CryptoCoinApi
Accept Bitcoin, Ethereum, and 100+ altcoins with our secure, no-registration, no-KYC crypto payments API. Enjoy full anonymity, instant on-chain confirmations, seamless integration, and ultra-low 1% fees — privacy-first and developer-ready.
CryptoCoinApi endpoints
| Method | Endpoint | Description |
|---|---|---|
| ApiToken | ||
| POST |
/v1/ApiToken/Create /v1/ApiToken/Create |
Create an Authentication Token (this token guarantees anonymity, only it will be used for authentications) |
| CryptoCurrency | ||
| GET |
/v1/CryptoCurrency/GetBalance /v1/CryptoCurrency/GetBalance |
Get the balance of a specific cryptocurrency or all cryptocurrencies |
| GET |
/v1/CryptoCurrency/GetInfo /v1/CryptoCurrency/GetInfo |
Get more specific information from a ticker. |
| GET |
/v1/CryptoCurrency/ListTickers /v1/CryptoCurrency/ListTickers |
Get the list of tickers from the api. |
| Transaction | ||
| POST |
/v1/Transaction/Create /v1/Transaction/Create |
Creates a new crypto transaction to SEND/RECEIVE funds. |
| GET |
/v1/Transaction/GetPaymentAddress /v1/Transaction/GetPaymentAddress |
Get the wallet address that the client must use to send funds. |
| GET |
/v1/Transaction/Status /v1/Transaction/Status |
Return the current status of the transaction, the object is the same used for webhook |
| GET |
/v1/Transaction/GetQrCode /v1/Transaction/GetQrCode |
Get the payment QR code in base64 or embeddable HTML |
| Webhook | ||
| DELETE |
/v1/Webhook/Delete /v1/Webhook/Delete |
Delete a webhook |
| POST |
/v1/Webhook/Create /v1/Webhook/Create |
Create a webhook to get notified, we will send a POST request passing the object TransactionStatusDTO in body, with content type as application/json. The request will be sended… |
| GET |
/v1/Webhook/List /v1/Webhook/List |
Get the list of registered webhooks. |
CryptoCoinApi pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|