아래 api를 통해서 쉽게 비트코인 가격을 가져올 수 있다. 굿굿
https://github.com/dryadsoft/node-upbit
const node_upbit = require('node-upbit');
async function get_btc_price() {
const quoationService = new node_upbit.QuoationService();
const res6 = await quoationService.getTicker(["KRW-BTC"]);
console.log('res', res6[0].trade_price);
cur_btc_price = res6[0].trade_price;
return cur_btc_price*1;
}
'코인으로 부자되기 > 트레이딩' 카테고리의 다른 글
롱 숏 펀딩피로 안정적인 수익내기 (1) | 2024.11.06 |
---|---|
비트코인 선물거래 전략 롱-숏 페어 트레이딩 (0) | 2023.08.04 |
Freqtrade 활용한 코인 가격 가져오기 (0) | 2023.05.01 |
트레이딩 봇 전략 공부 #1 (0) | 2023.04.27 |
MEXC-거래소-레퍼럴-50만원-상당-현금화하기-과정-설명-준비물-리스크-설명-및-상담 (0) | 2023.04.25 |