728x90

to(string)

마지막 캔들 시각 (exclusive). 포맷 : yyyy-MM-dd'T'HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss. 비워서 요청시 가장 최근 캔들

옵션이 있어서 사용하려면 아래와 같은 포맷으로 입력되어야 한다.

안하면 아래와 같은 에러

{"error":{"name":400,"message":"Invalid parameter. Check the given value!"}}

그래서 고치면 

2017-11-06T12:34:00Z

querystring = {"market":"KRW-BTC", "to":"2021-01-01T00:00:01", "count":"60"}

728x90

'Python' 카테고리의 다른 글

python list to df(dataframe)  (0) 2021.01.27
python 초 단위 loop  (0) 2021.01.27
not all arguments converted during string formatting  (0) 2021.01.26
python if 한줄코딩  (0) 2021.01.26
pyupbit nonetype error  (0) 2021.01.26

+ Recent posts