암호화폐 거래소 bybit REST API 의 요청 속도 제한
속도 제한 초과 요청시 응답데이터
retCode : 10006 , "ret_msg": "Too many visits!"
속도제한 초과 요청시 실제 수신 데이터 출력 해본 것.
Rate Limit 정보 확보 수단
모든 요청에 대한 응답 헤더에 아래와 같은 정보 제공됨.
▶Response Headers
Content-Type: application/json; charset=utf-8
Content-Length: 141
X-Bapi-Limit: 100
X-Bapi-Limit-Status: 99
X-Bapi-Limit-Reset-Timestamp: 1672738134824
- X-Bapi-Limit-Status - your remaining requests for current endpoint
- X-Bapi-Limit - your current limit for current endpoint
- X-Bapi-Limit-Reset-Timestamp - the timestamp indicating when your request limit resets if you have exceeded your rate_limit. Otherwise, this is just the current timestamp (it may not exactly match timeNow).
Rate Limit 증가 시키는 방법
계좌 등급에 따라 아래처럼 속도 향상 가능하다.
계좌 타입 : UTA Pro
Level\Product | Futures | Option | Spot |
Default | 10/s | 10/s | 20/s |
VIP 1 | 20/s | 20/s | 25/s |
VIP 2 | 40/s | 40/s | 30/s |
VIP 3 | 60/s | 60/s | 40/s |
VIP 4 | 60/s | 60/s | 40/s |
VIP 5 | 60/s | 60/s | 40/s |
VIP Supreme | 60/s | 60/s | 40/s |
PRO1 | 150/s | 150/s | 150/s |
PRO2 | 200/s | 200/s | 200/s |
PRO3 | 250/s | 250/s | 250/s |
PRO4 | 300/s | 300/s | 300/s |
PRO5 | 300/s | 300/s | 300/s |
해당 레벨로 되었다고 자동으로 증가되는 것은 아니며 별도로 신청해야 증가 시켜준다. 신청하지 않은 경우엔 기본 속도 제한 적용됨.
Rate Limit 향상 신청 방법
Please contact your client manager or email to institutional_services@bybit.com with the following information. We will reply within 1-4 working days:
- Your name and your company details
- Your Bybit UID or registered email, and the assets you are trading
- General description of your trading strategy and reasons for higher rate limits
- Screenshot of previous monthly trading volume (maker/taker) on other platforms
- Optional: your order history in CSV format
연관
bybit api 메인 사이트
bybit 거래소
상위정리
첫 등록 : 2024.03.16
최종 수정 :
단축 주소 : https://igotit.tistory.com/5161
'트레이딩 > 암호화폐' 카테고리의 다른 글
바이비트 . zen.com 계정 연결 . 유로 이용 암호화폐 구입 가능 (1) | 2024.05.29 |
---|---|
bybit . API V5 . 웹소켓 Orderbook . 실시간 호가 수신 (0) | 2024.05.24 |
빗썸 . 테더 ( USDT ) 입출금 가능 (0) | 2024.02.29 |
한국 거래소 (업비트) 의 황당 자금 출처 소명 강제 . 조선시대냐? (0) | 2024.02.29 |
암호화폐 . 워치 페이스 . 실시간 시세 확인 매우 편리 (1) | 2024.02.15 |
댓글