Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - IdoKrauss

Pages: [1]
1
is there an easy rest api you are working on?
ticker for all markets or complete order book for any of the markets will be great

2
Any chance you can add csv import option to account transactions history section?

3
General Discussion / Re: Cryptofresh Block Explorer + MUSE now available
« on: September 22, 2017, 02:20:06 pm »
you are maybe looking for the limit orders ?
http://23.94.69.140:5000/get_limit_orders?base=1.3.0&quote=1.3.121

i want to see all order types
where can i see the prices in the api method you mentioned?
{
    "deferred_fee": 0,
    "expiration": "2022-09-22T11:43:42",
    "for_sale": 154,
    "id": "1.7.29336511",
    "sell_price": {
      "base": {
        "amount": 62065958,
        "asset_id": "1.3.0"
      },
      "quote": {
        "amount": 404866,
        "asset_id": "1.3.121"
      }
    },

4
General Discussion / Re: Cryptofresh Block Explorer + MUSE now available
« on: September 22, 2017, 12:18:20 pm »
what do you mean with wrong data exactly, this data came from the get_order_book api call into nodes. this is correct data of what the blockchain haves, the other place where you are comparing the data of this api calls output is what it is wrong.

im comparing it to bitshares 2.0 exchange and openledger, both application and web versions showing wrong data, orderbook or last prices

https://bitshares.org/wallet/#/market/BTS_OPEN.BTC

5
General Discussion / Re: Cryptofresh Block Explorer + MUSE now available
« on: September 22, 2017, 08:28:48 am »
anyone knows why the prices and orderbook given by cryptofrash api are wrong? (outdated or just missing some orders/data?)
this is really annoying, im connected to about 200 exchanges and the bitshare exchange is the only exchange i cant get legit information from

any way i can get the correct data from the source without installing full node and quering my server for data?

you can use : http://23.94.69.140:5000/get_order_book?base=BTS&quote=CNY

thanks mate, but this api has wrong data as well :(
(same result in both of the apis
http://88.99.6.22/api/market/depth?pair=bts_btc
http://23.94.69.140:5000/get_order_book?base=BTC&quote=BTS

both are not correct

6
General Discussion / Re: Cryptofresh Block Explorer + MUSE now available
« on: September 21, 2017, 02:14:48 pm »
anyone knows why the prices and orderbook given by cryptofrash api are wrong? (outdated or just missing some orders/data?)
this is really annoying, im connected to about 200 exchanges and the bitshare exchange is the only exchange i cant get legit information from

any way i can get the correct data from the source without installing full node and quering my server for data?

7
General Discussion / Re: Cryptofresh API
« on: September 02, 2016, 10:30:16 pm »
 =(

8
General Discussion / Re: Cryptofresh API
« on: September 02, 2016, 11:17:35 am »
hey guys, just added the api and i noticed several errors
the major one is incorrect data on depth call

https://cryptofresh.com/api/market/depth?pair=OBITS_OPEN.BTC{"bid":[[7.0000001e-05,83818.2988],[9.0e-05,81937.4701],[9.001e-05,81712.4701],[0.0001,11176.597399999999],[0.00011,5176.5974],[0.000145000003,5076.597299999999],[0.000147110009,1628.3215],[0.000165,948.5581],[0.000172000209,32.5581],[0.0002,5076.5974]],"ask":[[0.00019989999,1000.0],[0.000199899992,2280.0978999999998],[0.0002,22280.0979],[0.000205,42280.0979],[0.00021,65048.345799999996],[0.000215,100048.3458],[0.00023,100053.3458],[0.000239999985,100583.238],[0.00024,100957.238],[0.00025,106962.238],[0.00028,106967.238],[0.0003,107230.7699],[0.0004,107270.7699],[0.0008,110290.7699],[0.002,111122.4281],[0.0023,112207.4281],[0.0025,122207.4281],[0.25,123207.4281],[0.999999999988,124029.85310000001]]}highest bid ([0.0002,5076.5974]) is higher than lowest ask ([0.00019989999,1000.0]), 0.0002 bid dose not exist for some time now but api is not updated correctly)

same issue can be found in bitSILVER/BTS market - https://cryptofresh.com/api/market/depth?pair=SILVER_BTS - (bid: [5000.0,89.35770000000001], ask: [3350.0,6.3576])

is there any way someone can fix this? or should i rely on parsnig the html from the site https://cryptofresh.com/a/OBITS_OPEN.BTC (which seems correct)

cheers = ]

Pages: [1]