This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
Live: https://crypto-web-lilac.vercel.app/market
All of the real-time data including the candlestick data is fetched from Binance open API https://github.com/binance/binance-spot-api-docs/blob/master/web-socket-streams.md. Another alternative is that we can fetch historical data from Google Finance to display candlestick, but the data from Google Finance is not as complete as the data provided by the Binance Open API.
Website Profiling compare to the Pintu: