Renegade-Master / xmr-to-btc

Command line Python 3 implementation of the XMR.to REST API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xmr-to-btc

Command line Python 3 implementation of the XMR.to REST API.

XMR 2 BTC Build Status


How to Use

Call the utility according to the following template:

python xmr2btc.py <query> [params]

For example:

  • to query Order Parameters:

    python xmr2btc.py order_parameter_query
  • to create a new Order immediately:

    python xmr2btc.py order_create "{'btc_dest_address': '1FhnVJi2V1k4MqXm2nHoEbY5LV7FPai7bb', 'amount': 0.1, 'amount_currency': 'BTC'}"

    or to use interactively:

    python xmr2btc.py order_create

About

Command line Python 3 implementation of the XMR.to REST API.

License:MIT License


Languages

Language:Python 100.0%