자산 조회

    (01-2) upbit Slack 메신저로 자산 정보 보내기(BTC_Pyupbit-Autotrade)

    코드들은 github에 업로드되어있습니다. https://github.com/JaeYeongSong/Blog/tree/main/BTC_Pyupbit-Autotrade GitHub - JaeYeongSong/Blog Contribute to JaeYeongSong/Blog development by creating an account on GitHub. github.com 저번 시간에 뭘 알아보았죠? 내가 보유한 원화, 코인 정보를 조회하는 걸 배웠습니다. 오늘 알아볼 것은 1편에서 알아본 것에 심화과정이라고 생각하시면 될 것 같습니다. 오늘은 1편에서 알아본 보유한 자산 정보 조회를 응용하여, Slack 메신저로 자산 정보를 보내는 방법을 알아봅시다. 오늘의 소스 코들을 불러오겠습니다. import py..

    (01) upbit 내가 보유한 원화, 코인 조회(BTC_Pyupbit-Autotrade)

    코드들은 github에 업로드되어있습니다. https://github.com/JaeYeongSong/Blog/tree/main/BTC_Pyupbit-Autotrade GitHub - JaeYeongSong/Blog Contribute to JaeYeongSong/Blog development by creating an account on GitHub. github.com 오늘은 upbit에서 내가 가지고 있는 원화와, 코인(비트코인,지코인 등)을 python으로 조회하는 방법을 알아봅시다. 그럼 오늘 소스코드를 불러오겠습니다. import pyupbit access = "your access" secret = "your secret" upbit_Token = pyupbit.Upbit(access, sec..