npm-coinspot-api icon indicating copy to clipboard operation
npm-coinspot-api copied to clipboard

only part of the data is in the response

Open madforce opened this issue 7 years ago • 8 comments

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

madforce avatar Jul 25 '17 12:07 madforce

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.

Josh-Ranchhod avatar Aug 29 '17 04:08 Josh-Ranchhod

Ripple also isn't listed in the balances. The API isn't showing all my holdings.

matmunn avatar Aug 30 '17 03:08 matmunn

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

Josh-Ranchhod avatar Sep 09 '17 14:09 Josh-Ranchhod

Hey Josh, can you please email me at the email address listed in my profile

matmunn avatar Sep 09 '17 20:09 matmunn

@Josh-Ranchhod That's looking pretty good.

madforce avatar Sep 17 '17 09:09 madforce

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 avatar Sep 17 '17 10:09 Josh-Ranchhod

@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 avatar Nov 11 '17 10:11 hellaeon

@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.

braaad avatar Dec 08 '17 22:12 braaad