devKangMinHyeok / React-Upbit-API-Example

React Upbit API Example
11 stars 2 forks source link

React Example for Upbit API

This is React Example Code for Upbit API. This project started for beginner using Upbit API.

If you want to visualize Real-time stream data of history data of upbit crypto, you can use this sample codes with your project.

Using npm Library!!!!

This Project is based on use-upbit-api npm library, which is react custom hooks for upbit api.

You can see the details in here.

This Custom Hook makes you free to control troubles in upbit websocket API.

TOTAL Demo

TOTALEXAMPLE

View Demo here

View Code here


REST API

getMarketCode

RESTAPI_getMarketCode

View Demo here

View Code here


MinuteCandleData

RESTAPI_MinuteCandleData

View Demo here

View Code here


DayCandleData

RESTAPI_DayCandleData

View Demo here

View Code here


WeekMonthCandleData

RESTAPI_WeekMonthCandleData

View Demo here

View Code here


TradeHistoryData

RESTAPI_TradeHistoryData

View Demo here

View Code here


WEBSOCKET API

Orderbook

WEBSOCKETAPI_Orderbook

View Demo here

View Code here


RealTimePrice

WEBSOCKETAPI_RealTimePrice

View Demo here

View Code here


TradeHistory

WEBSOCKETAPI_TradeHistory

View Demo here

View Code here