Skip to content

Query latest price of ADA against another currency (java) #7

@jbax

Description

@jbax

Need a java method that will receive a token symbol (currently only ADA) and a given target currency (USD, EUR, GBP), then return the current price of 1 ADA against 1 USD, EUR, GBP, etc.

One can easily query this using Binance for example, through the binance-java-api. The initial implementation can poll a single exchange but we must have multiple sources of truth here (so taking that from coinbase and other exchanges is a must).

This will be used so that the store owner can list the price of something like a shoe in USD, and the app will automatically update the price of that shoe in the website to display the ADA price (or in the future, the price of other tokens that run on the blockchain).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions