Page 1 of 1

Safecoin equihash

Posted: Fri Apr 27, 2018 7:13 am
by zafar177
A fork of the komodo coin. (Safecoin.org)
Supply: 36.2 Million Max Possible Supply
Emissions: 128 Block Rewards, Halving every 86 days. 5% APR interest, halving every 86 days.
Current exchange exvo.io
This exchange offers the following API (hope this is enough)

Markets
https://exvo.io/api/v2/markets.json
Lists current available markets to trade in

Tickers
https://exvo.io/api/v2/tickers.json
Returns ticker information for all markets.

https://exvo.io/api/v2/tickers/{market}.json (e.g https://exvo.io/api/v2/tickers/exvobtc.json)

Returns ticker information for selected market.

Orderbook
https://exvo.io/api/v2/order_book.json?market={market}
Returns bid/ask for selected market.

Re: Safecoin equihash

Posted: Fri Apr 27, 2018 7:35 am
by Steve Sokolowski
zafar177 wrote:A fork of the komodo coin. (Safecoin.org)
Supply: 36.2 Million Max Possible Supply
Emissions: 128 Block Rewards, Halving every 86 days. 5% APR interest, halving every 86 days.
Current exchange exvo.io
This exchange offers the following API (hope this is enough)

Markets
https://exvo.io/api/v2/markets.json
Lists current available markets to trade in

Tickers
https://exvo.io/api/v2/tickers.json
Returns ticker information for all markets.

https://exvo.io/api/v2/tickers/{market}.json (e.g https://exvo.io/api/v2/tickers/exvobtc.json)

Returns ticker information for selected market.

Orderbook
https://exvo.io/api/v2/order_book.json?market={market}
Returns bid/ask for selected market.
This exchange has a few of the commands we need. Does it also have deposit, withdrawal, get balance, and get current block number of the exchange's wallet?

Re: Safecoin equihash

Posted: Fri Apr 27, 2018 8:52 am
by zafar177
I'll contact the exchange.