Open madforce opened 7 years ago
2nd above comment...why are not all the coins available through api? There is no point developing anything with the api until all coins are available through it.
Ripple also isn't listed in the balances. The API isn't showing all my holdings.
Hey guys, I've been working on a charts site for coinspot that has your balances and other cool features. It can be improved further when they complete the API. Let me know what you think http://c4coinspot.com
Hey Josh, can you please email me at the email address listed in my profile
@Josh-Ranchhod That's looking pretty good.
Thanks mate, I just added buy and sell ratings. if you have any ideas of what you'd like to see let me know
@Josh-Ranchhod Hi mate, how did you get all the prices for the coinspot markets? I tried to sneakily do it in a round about way using 'buyquote', but its only a small set of markets you can query, and the public pricing list only gives back a handful.
Did I miss something?
Cheers
@hellaeon I personally scrape this page to get all prices https://www.coinspot.com.au/tradecoins.
They only list their "native" markets, BTC, LTC and DOGE in the API.
Hi Russel,
There is not an issue with the node module per se it's more of an issue with the REST Endpoints I am using the API. I want to monitor my wallets and order history etc. When I use the quotes and balances etc only some coins get returned
eg
{"status":"ok","balance":{"btc":"1000000.0","ltc":0,"doge":0,"ppc":0,"wdc":0,"xpm":0,"max":0,"lot":0,"qrk":0,"moon":0,"ftc":0,"drk":0}}
but there are stacks of wallets, I only have two so it should only return those two
{"status":"ok", "balance": {"btc": "100,0", "eth": "2.2"}
Cheers Marty