AlphaWallet / alpha-wallet-ios

An advanced Ethereum/EVM mobile wallet
https://www.alphawallet.com
MIT License
595 stars 366 forks source link

Implement nfts api calls (CoinGecko) #5925

Open oa-s opened 1 year ago

oa-s commented 1 year ago

CoinGecko now supports endpoints for retrieving floor_price for nfts

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

hboon commented 1 year ago

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

oa-s commented 1 year ago

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

oa-s commented 1 year ago

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

hboon commented 1 year ago

Ok. Lower priority?

JamesSmartCell commented 1 year ago

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