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.

30 lines (29 loc) 864 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { get_basic_info: [], get_tx_ids: [], get_deposit_address: ["currency"], get_callback_address: ["currency"], create_transfer: ["amount", "currency", "merchant|pbntag"], convert: ["amount", "from", "to"], convert_limits: ["from", "to"], get_withdrawal_history: [], get_conversion_info: ["id"], get_pbn_info: ["pbntag"], get_pbn_list: [], update_pbn_tag: ["tagid"], claim_pbn_tag: ["tagid", "name"], get_withdrawal_info: ["id"], get_tx_info: ["txid"], get_tx_info_multi: ["txid"], create_withdrawal: ["amount", "currency", "address|pbntag"], create_mass_withdrawal: [], create_transaction: ["amount", "currency1", "currency2", "buyer_email"], rates: [], balances: [] }; exports["default"] = _default;