ripple-data-api icon indicating copy to clipboard operation
ripple-data-api copied to clipboard

Ripplecharts API (DEPRECATED)

Results 8 ripple-data-api issues
Sort by recently updated
recently updated
newest added

``` $ curl -s 'https://api.ripplecharts.com/api/offersExercised' -H 'content-type: application/json' --data-binary '{"startTime":"2015-08-12T16:20:59+00:00","endTime":"2015-08-13T16:20:59+00:00","base":{"currency":"XRP"},"counter":{"currency":"USD","issuer":"rMwjYedjc7qqtKYVLiAccJSmCwih4LnE2q"},"reduce":false,"format":"csv"}' | head -n2 startTime, baseVolume, counterVolume, count, open, high, low, close, vwap, openTime, closeTime 2015-08-12T16:58:40+00:00, 0.00816949540641152, 122, 0.996678439582205, rGWBfkHZUECBtpSt22donchB263cgAfdhJ, rHsZHqa5oMQNL5hFm4kfLd47aEMYjPstpg,...

Hi, I am try to deploy the api on localhost, it is said that now the api is using Hbase, then is it needed to install couchDb? And is the...

I didn't notice any weird result with account_transaction. (account_transaction_stat is not right ok). Anyway those methods are extremely useful for many things when do you they'll be reliable again ?...

Hi all, I'm sorry for the newbe question, but could you explain me how to "update the config files to point to your couchdb and redis" Best reguards ## Want...

For example, according to https://github.com/ripple/ripple-dev-portal/commit/c9d0c06d652c3dc82cc1df8391663a8e593d3805 account_transaction_stats is deprecated, but the word "deprecated" can't be found anywhere in this repository. ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/10801568-some-methods-are-deprecated-but-this-is-not-documented-in-this-repository?utm_campaign=plugin&utm_content=tracker%2F529399&utm_medium=issues&utm_source=github)**...

Response includes XRP sent and received but only sends from BTC and USD. ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/10205441-account_transactions-omits-btc-received?utm_campaign=plugin&utm_content=tracker%2F529399&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F529399&utm_medium=issues&utm_source=github).

None of the example code from the online documentation works from within the built-in console: http://docs.rippledataapi.apiary.io/ Eg, select "offers_exercised" from API routes. Click "Post", switch to "Console" and then scroll...