ripple / rippled-historical-database

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

"exchanges" option: interval=1minute #200

Closed h6dworker closed 1 year ago

h6dworker commented 4 years ago

http://data:7111/v2/exchanges/BTC+*****/ETH+*****?descending=true&limit=3&interval=1minute {"result":"success","count":0,"exchanges":[]}

Not displayed if option is specified (Can be displayed without interval option)

How do I build to use the option?

$jps
11712 RESTServer
14577 Launcher
28202 Jps
23306 ThriftServer
23308 HMaster
2190 Main
node accountPaymentsBolt.js
node exchangesBolt.js
node exchangesBolt.js
node accountPaymentsBolt.js
node feesBolt.js
node ledgerStreamSpout.js
node paymentsBolt.js
node paymentsBolt.js
node statsBolt.js
node statsBolt.js
node transactionBolt.js
node transactionBolt.js
node transactionBolt.js
node transactionBolt.js
node transactionBolt.js
node import/live.js

Also,Is there an exact procedure?