WixCode using APIs to create a cryptocurrency market capitalization page?

Hi, Has anyone used WixCode, APIs to create a cryptocurrency market capitalization page similar to worldcoinindex.com or similar website?

Hey Paul,

Given you have the APIs to get the data it appears to be fairly simple, if you’re wondering how to approach it using WixCode you can start by taking a look at some of WixCode Apis

For example you can arrange static data about cryptocurrencies in collection and use fetch API to get cryptocurrency data that needs to be updated in runtime and for rendering you can use repeaters . Just something to get started

Best of luck in your WixCode creations!