반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- math
- Google Spreadsheet
- hive
- PostgreSQL
- PySpark
- Java
- Kotlin
- 파이썬
- gas
- string
- list
- Tkinter
- array
- django
- google apps script
- Python
- GIT
- Excel
- Google Excel
- matplotlib
- SQL
- c#
- Github
- PANDAS
- numpy
- Redshift
- Mac
- dataframe
- Apache
Archives
- Today
- Total
목록주문 내역 (1)
달나라 노트
Python Upbit : get_order (현재 주문 정보 얻기, 미체결 주문 정보)
Syntax get_order(ticker_or_uuid='KRW-ETH', state='wait', limit=100) get_order method는 나의 주문 내역을 return해줍니다. ticker_or_uuid = 주문을 조회할 ticker 또는 uuid state = 현재 상태 (생략가능) limit = 출력할 주문의 최대 개수 (생략 가능) import pyupbit as ub access_key = 'access_key' secret_key = 'secret_key' upbit = ub.Upbit(access=access_key, secret=secret_key) order_list = upbit.get_order(ticker_or_uuid='KRW-ETH', state='wait', li..
Python/Python ETC
2022. 2. 27. 02:15