Search content
Sort by

Showing 4 of 4 results by vthx
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Exchange] Latest Cryptsy Additions, News and announcements
by
vthx
on 15/10/2013, 19:13:30 UTC
Is there a paging mechanism for the "mytrades" and "allmytrades" API calls?  I need a way to download all of my trades preferably without busy polling.  Most other API's use some form of a "since" parameter.  Is there something undocumented or something I am overlooking?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Exchange] Latest Cryptsy Additions, News and announcements
by
vthx
on 26/09/2013, 14:22:59 UTC
The api call for the all-market order book is missing 4 markets as far as I can tell: cent/ltc, dgc/ltc, gld/ltc and wdc/ltc.

I can get the book for the missing markets with 4 additional calls to the singleorderdata method, but it would be a lot more efficient if the orderdata method just included these 4 additional markets. Maybe there is an orderdatav2 I am missing?

specifically I am referring to thse api calls:
(all-market book) - http://pubapi.cryptsy.com/api.php?method=orderdata
(general market data) - http://pubapi.cryptsy.com/api.php?method=marketdatav2   <--- this returns 4 extra markets

Post
Topic
Board Securities
Re: [BTC-TC] Virtual Community Exchange w/ Options, DRIP, 2FA, API, CSV, etc.
by
vthx
on 05/09/2013, 18:03:46 UTC
Is it possible to have the order id returned for immediate fills from the ask_submit/bid_submit api endpoints? Currently it returns something like:

Code:
{"status":"success","response":"order not placed: Received Ask Order: 1 of ASICMINER-PT @ 2.184 BTC: Sale 1 @ 2.185 BTC Complete.

"}

I am having a hard time matching up orders and this type of fill.  I am pretty sure an order id is generated because i can later match up quantity/price and see the the order id number in the csv endpoints. It would just be nicer/less error prone to have the id available at order placement.

In the usual case where there is no immediate fill its not a problem since the order number is returned like this:

Code:
{"status":"success","response":"Received Bid Order: 1 of LABCOIN @ 1.0E-7 BTC: Placed Purchase Order #1974258: 1 @ 0.0000001 BTC.

"}


Post
Topic
Board Beginners & Help
Re: will the bitcoin reach $1000 one day...?
by
vthx
on 04/09/2013, 18:55:28 UTC
If bitcoin stays around long enough then there is a good chance that bitcoins as valued in dollars will reach $1000.  The trend in the denominator (usd) is down.  For example if you plug today's price of bitcoin/usd into a government inflation calculator you find that it took 46 years (1967-2013) for $143 to turn into $1000 just from dollar devaluation alone.  Obviously if the intrinsic value of btc increases (e.g. from more people trusting and using it) than that will accelerate the trend.  In short I think there is a good chance bitcoin will either reach/exceed $1000 or become worthless depending on whether or not it remains viable as time progresses.  I personally hope that bitcoin lasts. Bitcoin is a huge step in the direction of a more free society!