메뉴 건너뛰기

XEDITION

Board

Binance python.
Binance Public API Connector Python.
This is a lightweight library that works as a connector to Binance public API.
Supported APIs: /api/* /sapi/* Spot Websocket Market Stream Spot User Data Stream.
Please find examples folder to check for more endpoints.
Spot Testnet is available, it can be used to test /api/* endpoints.
/sapi/* endpoints are not available. No UI. Steps to setup testnet API key. https://dev.binance.vision/t/99.
If base_url is not provided, it defaults to api.binance.com . It's recommended to pass in the base_url parameter, even in production as Binance provides alternative URLs in case of performance issues:
https://api1.binance.com https://api2.binance.com https://api3.binance.com.
PEP8 suggests lowercase with words separated by underscores , but for this connector, the methods' optional parameters should follow their exact naming as in the API documentation.
Additional parameter recvWindow is available for endpoints requiring signature. It defaults to 5000 (milliseconds) and can be any value lower than 60000 (milliseconds). Anything beyond the limit will result in an error response from Binance server.
timeout is available to be assigned with the number of seconds you find most appropriate to wait for a server response. Please remember the value as it won't be shown in error message no bytes have been received on the underlying socket for timeout seconds . By default, timeout is None. Hence, requests do not time out.
Proxy is supported.
The Binance API server provides weight usages in the headers of each response. You can display them by initializing the client with show_limit_usage=True :
You can also display full response metadata to help in debugging:
If ClientError is received, it'll display full response meta information.
Setting the log level to DEBUG will log the request URL, payload and response text.
There are 2 types of error returned from the library:
binance.error.ClientError This is thrown when server returns 4XX , it's an issue from client side. It has 4 properties: status_code - HTTP status code error_code - Server's error code, e.g. -1102 error_message - Server's error message, e.g. Unknown order sent. header - Full response header. This is thrown when server returns 5XX , it's an issue from server side.
More websocket examples are available in the examples folder.
Once connected, the websocket server sends a ping frame every 3 minutes and requires a response pong frame back within a 10 minutes period. This package handles the pong responses automatically.
Futures and Vanilla Options APIs are not supported:
/fapi/* /dapi/* /vapi/* Associated Websocket Market and User Data Streams.
Contributions are welcome. If you've found a bug within this project, please open an issue to discuss what you would like to change. If it's an issue with the API, please open a topic at Binance Developer Community.
번호 제목 글쓴이 날짜 조회 수
28517 On The Subject Of Popular News Sources KeiraClayton4846 2022.02.03 2
28516 The Best Article About Special News You'll Ever Read AntoniaMyles24329280 2022.02.03 2
28515 Special News Support IEZHannah1228681 2022.02.03 2
28514 A Random Popular News Sources Tip MargeneBenning4 2022.02.03 2
28513 The Truth About International News In 8 Minutes SusannahMcConachy95 2022.02.03 2
28512 Omikron Co-discoverer: The Variant’s Predecessors Have Been Around For A Long Time ShermanGilliam08 2022.02.03 2
28511 3 Strange Facts About News Websites ShariKirklin334732328 2022.02.03 2
28510 Job Ways To Create Fiscal Steadiness In Your Daily Life Kenneth20Y17333701 2022.02.03 2
28509 Tiwari Targets Party Leadership Despite Paternity Suits And Questions Over His Health GregorioTully4478519 2022.02.03 2
28508 Feuerfester Wandtresor Mit Zahlenschloss & Schlüssel Im Test MargaretDahl27181199 2022.02.03 2
28507 Get The Most Out Of On-line Searching With These Ideas... Info Number 5 Of 975 GeraldineBirks08 2022.02.03 2
28506 Specialist Means To Develop A Smarter Online Video Marketing And Advertising System... Info No. 50 From 104 ZoilaBohr87521830 2022.02.03 2
28505 Serbia Postpones April 26 Elections As Part Of Response To... AidanD64025005767314 2022.02.03 2
28504 The Advantages Of Cannabis Capsules TeriKvf4529765338082 2022.02.03 2
28503 Look At Out Some Of These Basic Video Clip Advertising And Marketing Recommendations... Information Num 34 From 733 MarvinSlavin75275 2022.02.03 2
28502 Helpful Strategies And Methods For Producing Online Video Advertising A Successful Tactic... Info Number 3 Of 208 AliceMaple671719 2022.02.03 2
28501 Panduan Langkah Demi Cara Untuk Bertani Kapulaga (Elaichi) FrancisPalfreyman46 2022.02.03 2
28500 One Of Many Most Recent Methods Of Organizations To Be Seen Is Mobile Marketing And Advertising. Take Your Time And Understand Concerning How To Get Your Stage All Over To Consumers.... Information No. 29 From 378 JEZTodd932895813700 2022.02.03 2
28499 Professional Suggestions About Functioning A Video Clip Marketing Marketing Campaign... Info No. 18 From 268 WilliamsSpaull259 2022.02.03 2
28498 Homeschooling Shouldn't Be A Chore - Browse This Short Article!... Advice Number 15 Of 708 BelenVerge1952478793 2022.02.03 2
위로