ripple / rippled-historical-database

SQL database as a canonical source of historical data
99 stars 68 forks source link

Unable to git tick data #150

Closed greed0803 closed 7 years ago

greed0803 commented 7 years ago

I got the app running with storm as importer and I was able to get exchanges.

{"result":"success","count":11,"exchanges":[{"base_amount":"0.0001","counter_amount":"100","node_index":3,"rate":"1000000.0","tx_index":0,"buyer":"rUSDS3Mi1Q6zJMWBNGfWdVuKVt5s3hR8Vb","executed_time":"2017-07-28T02:52:41Z","ledger_index":50674,"offer_sequence":9,"provider":"rfcTfS12E83prWHNBBkAwFc3bUbDnLyvDC","seller":"rfcTfS12E83prWHNBBkAwFc3bUbDnLyvDC","taker":"rUSDS3Mi1Q6zJMWBNGfWdVuKVt5s3hR8Vb","tx_hash":"A072527E853B8E6192D54BDA59E6785FEF520DB73EAFF413C298088372102727","tx_type":"OfferCreate","base_currency":"XRP","counter_currency":"JPY","counter_issuer":"rEQWxvNP5y2tPY5YsyJCSqDtWVJm54zxyc"},{"base_amount":"0.0004","counter_amount":"400","node_index":5,"rate":"1000000.0","tx_index":0,"buyer":"rUSDS3Mi1Q6zJMWBNGfWdVuKVt5s3hR8Vb","executed_time":"2017-07-28T02:52:41Z","ledger_index":50674,"offer_sequence":10,"provider":"rfcTfS12E83prWHNBBkAwFc3bUbDnLyvDC","seller":"rfcTfS12E83prWHNBBkAwFc3bUbDnLyvDC","taker":"rUSDS3Mi1Q6zJMWBNGfWdVuKVt5s3hR8Vb","tx_hash":"A072527E853B8E6192D54BDA59E6785FEF520DB73EAFF413C298088372102727","tx_type":"OfferCreate","base_currency":"XRP","counter_currency":"JPY","counter_issuer":"rEQWxvNP5y2tPY5YsyJCSqDtWVJm54zxyc"},

but when i try to get tick data it returns :

{"result":"success","count":0,"exchanges":[]}