Skip to content

get the candlestick data from binance api and show the chart with CanvasJS

Notifications You must be signed in to change notification settings

kazu2103/binance-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binance-client

This is a spring boot application that gets the candlestick data from Binance API and shows the chart with CanvasJS

binance-client

setup

Get API Key and Secret Key binance fill as "api-key" and "secret-key" in src/main/resouces/application.properties.

How to create API key and Secret Key

How to use

After excuting, access to "localhost:8080".

Choose the interval and symbol pair and push the "show chart" button, then it shows the chart.

binance-client

BinanceのCandlestick Data APIからデータを取得し、それをCanvasJSでチャートを表示するSpring Bootアプリケーションです。

セットアップ

個人アカウントのAPI KeyとSecret Keyが必要になります。Binance画面で作成し、src/main/resouces/application.propertiesの"api-key", "secret-key"に、取得した値を入力してください。

How to create API key and Secret Key

使い方

アプリケーション実行後、"localhost:8080"にアクセスします。

インターバルとシンボルペアを選択し、"show chart"ボタンを押下すると、チャートが表示されます。

About

get the candlestick data from binance api and show the chart with CanvasJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published