rtw / npm-coinspot-api

Other
16 stars 16 forks source link

only part of the data is in the response #2

Open madforce opened 7 years ago

madforce commented 7 years ago

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

Josh-Ranchhod commented 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.

matmunn commented 7 years ago

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

Josh-Ranchhod commented 7 years ago

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

matmunn commented 7 years ago

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

madforce commented 7 years ago

@Josh-Ranchhod That's looking pretty good.

Josh-Ranchhod commented 7 years ago

Thanks mate, I just added buy and sell ratings. if you have any ideas of what you'd like to see let me know

hellaeon commented 6 years ago

@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

braaad commented 6 years ago

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