UNPKG

coinpayment-2.0

Version:

CoinPayments is a cloud wallet solution that offers an easy way to integrate a checkout system for numerous cryptocurrencies. Coinpayments now also offers coin conversion via Shapeshift.io.

13 lines (12 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { API_VERSION: "1", API_PROTOCOL: "https:", API_HOST: "www.coinpayments.net", API_PATH: "/api.php" }; exports["default"] = _default;