ripple / rippled-historical-database

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

feat: add currency asset for ETH #209

Open lgcarrier opened 3 years ago

lgcarrier commented 3 years ago

I'm not sure about the specs (e.g.: width and height) needed for the currency assets.

intelliot commented 3 years ago

Hi @lgcarrier - thanks for opening this PR. Are you running an instance of the Data API? If so, what do you use it for?

This project has not been actively developed for some years. It is now being deprecated.

lgcarrier commented 3 years ago

Hi @intelliot, I'm not running an instance of the Data API. I'm simply using the API (see https://xrpl.org/data-api.html) to retrieve top currencies and currency images using documented APIs.

POC: https://lgcarrier.github.io/xrp-issuing-gateways/ (see the missing currency icon in the "Top Currencies" section)

Thanks, LG

Try-Parser commented 10 months ago

Hi @lgcarrier - thanks for opening this PR. Are you running an instance of the Data API? If so, what do you use it for?

This project has not been actively developed for some years. It is now being deprecated.

hi @intelliot currently looking for this api which is currently not existing in the xrpl.org do they plan on adding this on their side ? or do we have alternative for this in xrpl.org ?

Get Exchanges - GET /v2/exchanges/{base}/{counter} Get Exchange Rates - GET /v2/exchange_rates/{base}/{counter}