aeternity / aescan

Block Explorer and Analytics Platform
ISC License
6 stars 3 forks source link

AE coin markets #822

Open michele-franchi opened 1 month ago

michele-franchi commented 1 month ago

Acceptance criteria:

API Endpoints:

janmichek commented 3 weeks ago

@michele-franchi it's not super-clear to me what price from response should be displayed. Is it the low, high, last, buy, sell ? Or should there be further calculation on frontend?

michele-franchi commented 3 weeks ago

@janmichek the last price

janmichek commented 3 weeks ago

@janmichek the last price

The response from CoinStore https://api.coinstore.com/api/v1/market/tickers is following

image

There is no last price or value similar to it.

How should I resolve it? @michele-franchi ?

janmichek commented 3 weeks ago

@janmichek the last price

The response from CoinStore https://api.coinstore.com/api/v1/market/tickers is following

image

There is no last price or value similar to it.

How should I resolve it? @michele-franchi ?

I found it in their docs. It's a 'close' value. But still seems to be unreasonably high.