alpha-wallet-ios icon indicating copy to clipboard operation
alpha-wallet-ios copied to clipboard

Implement nfts api calls (CoinGecko)

Open oa-s opened this issue 2 years ago • 5 comments

CoinGecko now supports endpoints for retrieving floor_price for nfts

https://api.coingecko.com/api/v3/nfts/list

oa-s avatar Dec 09 '22 13:12 oa-s

Does this work for chains other than mainnet? Otherwise OpenSea covers this right?

hboon avatar Dec 09 '22 15:12 hboon

Yes, it supports the other chains too, have to check which ones, but go init( CoinGecko platform) for rpc server.

oa-s avatar Dec 10 '22 06:12 oa-s

What might be an issue is that it don't have an endpoint to retrieve batch of tickers for nft tokens, might have throttling of requests. Need to check it

oa-s avatar Dec 10 '22 06:12 oa-s

Ok. Lower priority?

hboon avatar Dec 10 '22 08:12 hboon

Nice, if you get it working can you create an Android issue with the endpoints?

JamesSmartCell avatar Dec 10 '22 23:12 JamesSmartCell