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.
24 lines (23 loc) • 748 B
JavaScript
export 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: []
};