Author

Topic: btcex.com trading history (Read 1459 times)

sr. member
Activity: 350
Merit: 252
probiwon.com
December 09, 2010, 09:36:34 AM
#5
2 questions, please

How do you promote this in Asia? Offering JPY is fantastic but I do not see big volumes.

Nothing. I don't understand in the internet advertising.

For all time btcex.com had zero visitors from Japan.

Quote
Overall, are the volume displayed on bitcoincharts.com correct? I see volumes mostly below 10 bitcoins which seems weird.

thanks!

All displayed correctly. Currently minimum order volume is equal to the minimum possible size of cash in the currency (usually 0.01).
sr. member
Activity: 337
Merit: 265
December 09, 2010, 09:05:06 AM
#4
Overall, are the volume displayed on bitcoincharts.com correct? I see volumes mostly below 10 bitcoins which seems weird.

I'm also a bit confused but that's what the trading history says.
legendary
Activity: 2100
Merit: 1000
December 09, 2010, 08:39:54 AM
#3
2 questions, please

How do you promote this in Asia? Offering JPY is fantastic but I do not see big volumes.

Overall, are the volume displayed on bitcoincharts.com correct? I see volumes mostly below 10 bitcoins which seems weird.

thanks!
sr. member
Activity: 350
Merit: 252
probiwon.com
December 09, 2010, 08:20:37 AM
#2
Also btcex.com provides json interface to the current prices:

https://btcex.com/ticker.json

Code:
[
  {
    "currency": "WMR",
    "currency_name": "WebMoney RUB",
    "bid": "4.5105",
    "ask": "9.0000",
    "lastTradedPrice": "9.6911",
    "lastTradedQuantity": "0.05",
    "last24HrsTradedQuantity": "0"
  },
  {
    "currency": "JPY",
    "currency_name": "Japanese yen",
    "bid": "15.7802",
    "ask": "19.0214",
    "lastTradedPrice": "15.5018",
    "lastTradedQuantity": "9.00",
    "last24HrsTradedQuantity": "9.00"
  },
  {
    "currency": "RUB",
    "currency_name": "Russian ruble",
    "bid": "6.5110",
    "ask": "9.0000",
    "lastTradedPrice": "8.9999",
    "lastTradedQuantity": "0.13",
    "last24HrsTradedQuantity": "40.13"
  }
]
sr. member
Activity: 350
Merit: 252
probiwon.com
December 03, 2010, 04:51:53 AM
#1
Now available for each pair:

https://btcex.com/site/deals/pair_id

where pair_id is integer:

Code:
pair_id | currency_id1 | currency_id2
---------+--------------+--------------
       1 | BTC          | RUB
       5 | BTC          | JPY
     200 | BTC          | WMZ
     300 | BTC          | WME
     400 | BTC          | WMR

Format is:
date time,rate,volume

time in UTC

example:
Code:
2010-11-30 21:05:44,8.0000,0.01
2010-11-30 16:56:33,8.0000,302.64
2010-11-30 16:55:44,8.1000,39.38
2010-11-30 06:28:50,8.1000,10.00
Jump to: