We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024년 기준 다음 코드 실행시 에러 발생함.
tickers = pyupbit.get_tickers() data = pyubit.get_current_price(data)
The text was updated successfully, but these errors were encountered:
2024년 업비트에 상장된 종목이 약 350개임. parameter의 길이가 길어지면서 requests의 get method로 표현할 수 있는 범위를 넘어서 requests 모듈 내부에서 에러를 리턴함.
Sorry, something went wrong.
get_current_price API로 다수의 티커가 입력되는 경우 200개씩 분할해서
c5f80ea
요청함(#125)
No branches or pull requests
2024년 기준 다음 코드 실행시 에러 발생함.
The text was updated successfully, but these errors were encountered: