This project is...
- You can bid/ask/cancel on the site using upbit api.
- You can see the difference in the price of upbit <-> binance in real time.
- If JavaScript is not available, you can view the current market price here.
https://upbit-api-trade-demo.vercel.app
This demo does not have an API trading feature because it complies with the Upbit Terms and Conditions.
Mobile | Tablet | Desktop |
---|---|---|
This project require permission from the tradingview/charting_library GitHub repository.
If it looks like 404 Not Found
, You not have permission, so you need to request access.
You can request permission for that library at the address below.
https://www.tradingview.com/HTML5-stock-forex-bitcoin-charting-library/?feature=technical-analysis-charts
commit hash applied to this project - 58407be459423b5837d6a0c6bd36d049fd6703b9
If you have access to the library
- Copy
charting_library
folder from https://github.com/tradingview/charting_library/public
and/src
- In the
site-config.ts
file, change the value ofhaveTvChartingLibrary
totrue
. npm run dev
ornpm run build && npm run start