Skip to content

sooros5132/upbit-api-trade

Repository files navigation

Upbit Api Trade

This project is...

  1. You can bid/ask/cancel on the site using upbit api.
  2. You can see the difference in the price of upbit <-> binance in real time.
  3. If JavaScript is not available, you can view the current market price here.

Live Demo

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.

Screenshots

Mobile Tablet Desktop
SCR-20230410-hty SCR-20230410-hp3 SCR-20230410-hf2

⚡️Getting Started

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

  1. Copy charting_library folder from https://github.com/tradingview/charting_library /public and /src
  2. In the site-config.ts file, change the value of haveTvChartingLibrary to true.
  3. npm run dev or npm run build && npm run start