From 785e6231f98c46b26f4865292fbd674dba653b35 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 15 Jun 2017 11:59:59 +0300 Subject: [PATCH] Test --- iguana/exchanges/getprices | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 iguana/exchanges/getprices diff --git a/iguana/exchanges/getprices b/iguana/exchanges/getprices new file mode 100755 index 000000000..216b2b86c --- /dev/null +++ b/iguana/exchanges/getprices @@ -0,0 +1,2 @@ +source userpass +curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"getprices\",\"coin\":\"REVS\"}"