From 1c2553ed63c7b931070e8a87592f9c07f0f08616 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 22 Jul 2017 11:32:25 +0200 Subject: [PATCH] Get coin --- iguana/exchanges/getcoin | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 iguana/exchanges/getcoin diff --git a/iguana/exchanges/getcoin b/iguana/exchanges/getcoin new file mode 100755 index 000000000..88ce8912e --- /dev/null +++ b/iguana/exchanges/getcoin @@ -0,0 +1,2 @@ +source userpass +curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"getcoin\",\"coin\":\"LTC\"}"