Author

Topic: ★[ANN] [NAV] NAV COIN - Community Fund Live!!! - page 837. (Read 2085654 times)

hero member
Activity: 849
Merit: 507
What's wrong with NAV? I remember it was 200 sat but nowadays it hit 4k sat, any great news happen?  Shocked

Anonymous technology mate!just buy some cheap nav because in next weeks we will hit 10k/20k or maybe more!
hero member
Activity: 840
Merit: 1000
What's wrong with NAV? I remember it was 200 sat but nowadays it hit 4k sat, any great news happen?  Shocked
hero member
Activity: 794
Merit: 510
NavCoin Founder
Sure, here's an example of it working:

http://jsbin.com/madufibuxu/1/edit?html,js,output

To make it work for NAV, i just changed the Market ID to 252 and also changed the json object item from XPY to NAV in data['query'].results.json.return.markets.NAV....

I've put that console log in there so you can see what comes back from the market objects when you change the market id, but i assume it will just be the capitalized short name of whichever market you're looking up.

Hope this helps!
legendary
Activity: 1680
Merit: 1003
Well, That's Crypto :-\
Hi Pakage & thanks for responding.

webpage is simple html & css at this point.

TBH I'm a total API noob. I am able to parse the single market data with(not my code...hence the XPY)

Code:
$(function () {
startRefresh(setTimeout(startRefresh, 6000));
});
function startRefresh() {
setTimeout(startRefresh, 6000);
var url = 'http://pubapi.cryptsy.com/api.php?method=singlemarketdata&marketid=466';
$.getJSON('http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20json%20where%20url%3D%22' + encodeURIComponent(url) + '%22&format=json', function (data) {
jQuery('#label').html(data['query'].results.json.return.markets.XPY.label);
jQuery('#price').html(data['query'].results.json.return.markets.XPY.lasttradeprice);
jQuery('#market').html(data['query'].results.json.return.markets.XPY.secondarycode);  
jQuery('#volume').html(data['query'].results.json.return.markets.XPY.volume);  
});
};

and display on webpage with
Code:

    

            
  • Market -

  •         
  • Price -

  •         
  • Currency -

  •         
  • Volume -

  •     

    

            

  •         

  •         

  •         

  •     

but the nesting of the http://pubapi.cryptsy.com/api.php?method=marketdatav2  json results puts it beyond my knowledge.

In regards to the betaV2 api; same issues with lack of knowledge to decipher and apply what is printed in the pages.

Thanks for the info, I appreciate the response.
hero member
Activity: 794
Merit: 510
NavCoin Founder
Hey everyone, I'm looking for a bit of help with the cryptsy API & hoping someone can help Smiley

I am able to retrieve single markets and display but am stumped on how to display multiple markets on a webpage.
Can someone PM me the code to make this happen?

Thanks so much

All markets are accessible through their public API: https://www.cryptsy.com/pages/publicapi

You can get all market data by hitting this URL: http://pubapi.cryptsy.com/api.php?method=marketdatav2

Then you would simply navigate the returned object and only pull out the markets you're interested in displaying.

Alternatively, you could call each individual market you're wanting to display by hitting this URL: http://pubapi.cryptsy.com/api.php?method=singlemarketdata&marketid=252

You'd just need to trawl through the list of all markets and find the market ID's of the markets you're wanting to display.

This method is probably not recommended though because you would have to make multiple CURL requests or however you're talking to the API which would slow down your page load.

You're better off using the first method and getting the whole lot in one go and just trimming it down to your required markets, even though that will mean you're grabbing a lot of info you're not displaying.

What language is your website built in? PHP?
legendary
Activity: 1778
Merit: 1000
PLEASE VISIT THESE THREADS HERE TO CREATE MORE PUBLICITY FOR NAB ANON:
https://bitcointalksearch.org/topic/--949104
https://bitcointalk.org/index.php?topic=949111.new#new


JUST CLICK ON EITHER LINK, THEN REFRESH THE PAGE MULTIPLE TIMES.  PAGE VIEW COUNT WILL INCREASE EVERY TIME THAT YOU REFRESH THE PAGE.
legendary
Activity: 1680
Merit: 1003
Well, That's Crypto :-\
Hey everyone, I'm looking for a bit of help with the cryptsy API & hoping someone can help Smiley

I am able to retrieve single markets and display but am stumped on how to display multiple markets on a webpage.
Can someone PM me the code to make this happen?

Thanks so much
full member
Activity: 225
Merit: 100

Sent to following:

NLrLWGq1cTw2wHf5QmvF938okYofyusAuu 1.0
NLrLWGq1cTw2wHf5QmvF938okYofyusAuu 0.002
NLrLWGq1cTw2wHf5QmvF938okYofyusAuu 1.0
NQLDPqpT5aA9peznyWMGoQuxFGqmJU3SBj 1.0
NRvei1ZAhB7Zn3GzZoKVnfwr6y1jCncMfL 10.0
NSiLBirz6jvjLhMjKiGSfu7SwxsaukjF4B 15.151515
NTVtc63jbu7wjkT544QsTxNY21MmauG5Rk 1.11111111
Nd2zHB5AVBLNauFgj1SvX4ijUrPgtrZvin 3.12345678


mine: NSeiPXFnz67xJeRwMHVWbGVWP6vbtUMqMm

I'm just wondering, would there be a need for a bulk payment option for multiple recipients?  Same payment amount for multiple recipients.

legendary
Activity: 1778
Merit: 1000
PLEASE VISIT THESE THREADS HERE TO CREATE MORE PUBLICITY FOR NAB ANON:
https://bitcointalksearch.org/topic/--949104
https://bitcointalk.org/index.php?topic=949111.new#new


They are both the same thing in 2 different threads. Please remember to post comments in both threads, so that we always appear at the top of both pages.
sr. member
Activity: 518
Merit: 250
If this really help.. 50k NAV from me and you have 100K NAV reward

hehe bigshot Smiley

i cant offer that with my balance but i raise mine from 10k to 35k, so 125k nav total reward
legendary
Activity: 1778
Merit: 1000
WE SIMPLY NEED MORE EXPOSURE.
full member
Activity: 1428
Merit: 120
Sugars.zone | DatingFi - Earn for Posting
If this really help.. 50k NAV from me and you have 100K NAV reward
member
Activity: 84
Merit: 10
So with a 45000 nav bounty to find bugs thats currently over 1 btc of nav!

Does someone want to post a new thread about the bounty on here? Will also help raise profile. Im a reasonably new member so it might look better coming from someone who's been here a while?

hashforce101 will do
hero member
Activity: 849
Merit: 507
Ok 5000Nav from me and we have 50 000Nav for searching bugs;)
sr. member
Activity: 373
Merit: 250
They walk among us...
So with a 45000 nav bounty to find bugs thats currently over 1 btc of nav!

Does someone want to post a new thread about the bounty on here? Will also help raise profile. Im a reasonably new member so it might look better coming from someone who's been here a while?
legendary
Activity: 1050
Merit: 1000
45,000 and bter went to 3000 sats

The Bot has been selling at Loss all weekend  Cheesy

bye you guys take over have to go
sr. member
Activity: 373
Merit: 250
They walk among us...
Put me down for 5000 nav to help find bugs too  Smiley
member
Activity: 84
Merit: 10
I can join with 10000 NAV for search bugs!
legendary
Activity: 1834
Merit: 1006
GREEDYJOHN, I  also give 5,000 NAV  Cool

And now I have sent 1.000 NAV for faucet...
legendary
Activity: 1050
Merit: 1000
@hashforce101

I can join with 5000 NAVcoins to price for search bugs!

1.hashforce101 10000
2.gorian 5000  Smiley

15,000 bounty reward still stands for 2 leaks  Cheesy

anyone else want to add to the reward  Smiley

Rules : You can not be part of the NavajoCoin Development Team or foundation and if you find 2 faults show a competitors transaction sent id from another wallet other then NavajoCoin in next 24hrs. Starting now Today at 10:03:08 PM
Once Verified by the NavajoCoin Development Team - http://navajocoin.org/

i will donate 10.000 nav bounty as well

1.hashforce101 10000
2.gorian 5000  Smiley
3.Paycum 10000  Smiley your a star player

25,000 bounty reward now stands for 2 leaks  Cheesy 0.62343750 BTC $142 USD

anyone else want to add to the reward  Smiley can you guys update the quote I need to go out  Smiley
I will set up a Global challenge when I come back
Jump to: