whoisjeremylam / enu

Enu API server application
0 stars 0 forks source link

Ripple API call required to support asset ledger #64

Closed whoisjeremylam closed 8 years ago

whoisjeremylam commented 8 years ago

An api call needs to be added to rippleapi to support our GET /asset/ledger call.

This may need to be direct to the rippled JSON RPC: https://ripple.com/build/rippled-apis/#account-lines

Or potentially the ripple historial data archive (but prefer not to as it is centralised on their servers): https://ripple.com/dev-blog/the-new-data-api/

whoisjeremylam commented 8 years ago

This has been implemented in rippleapi