https://github.com/binance/binance-spot-api-docs https://developers.binance.com/en Binance Official English Group https://t.me/binanceexchange Binance English Announcements https://t.me/binance_announcements
From the Binance API can we set price alerts like in the Binance App? Or some notification?
Читать полностью…We are currently experiencing some technical difficulties with the testnet, the team is working on fixing them as soon as possible. Thank you for your kind patience.
-admin
So for API, two options. You can transfer the BNFCR from your sub to your main via this endpoint here:
POST /sapi/v1/sub-account/futures/internalTransfer
https://developers.binance.com/docs/sub_account/asset-management/Sub-account-Futures-Asset-Transfer
Alternatively, you can convert assets to a supported asset and than transfer using:
POST /fapi/v1/convert/getQuote
https://developers.binance.com/docs/derivatives/usds-margined-futures/convert/Send-quote-request#http-request
-admin
Binance Futures TestNet errors when executing a limit order - message in Chinese.
Yesterday everything worked great!
Solve the problem!
the clientOrderId must be unique among all your orders
newClientOrderId unique ID among open orders.
- admin
Am I allowed to have same clientOrderId on orders, if the old one was closed?
Читать полностью…Hey there.
i am building an automated trading bot for my users and want to ask, is there a way to do profit split if i am executing the users' trades via API
You can use GET /fapi/v3/balance to check your current Futures wallet balance.
https://developers.binance.com/docs/derivatives/usds-margined-futures/account/rest-api/Futures-Account-Balance-V3
To check the account information, please use GET /fapi/v3/account
https://developers.binance.com/docs/derivatives/usds-margined-futures/account/rest-api/Account-Information-V3
-admin
Please follow steps here to create and use testnet API keys: https://www.binance.com/en/support/faq/detail/ab78f9a1b8824cf0a106b4229c76496d
- admin
Hi, just asking. How to access api Binance with testnet ya?
Читать полностью…Certainly! To retrieve comprehensive information on all fund movements and current account balances for derivative instruments such as futures and options on Binance, you can use the Binance Futures API.
For futures trades list: https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/Account-Trade-List
For options trades list: https://developers.binance.com/docs/derivatives/option/trade/Account-Trade-List
These API methods will help you collect data on the balance at the end of each day and on all transactions performed throughout the day for your futures and options accounts on Binance.
- admin
What are the networking requirements for a reliable connection with Binance? I'm willing to find a datacenter which is known to be working great with Binance servers.
Читать полностью…Any idea what do I need to investigate the issue?
The fact that it is working without disconnecting for long periods (all night) makes me thinking the PING/PONG is probably implemented correctly. Also, the server breaks connections even immidiately after making a connection, so it disconnects even earlier then a PING/PONG timeout.
API does not provide a direct endpoint to set price alerts or notifications like the Binance App. However, you can implement a similar functionality by using the API to monitor prices and then send notifications when certain conditions are met.
- admin
I am looking to do long/short breakout strategy via the api, how would I do this? Example request please
Читать полностью…Binance Futures TestNet
{"code":-1007,"msg":"Timeout waiting for response from backend server. Send status unknown; execution status unknown."}
We are aware of issues with the testnet and are working to fix it as soon as possible. Thank you for your patience
-admin
i have BNFCR in my subaccount and i can only access via API. how can i transfer them. is it possible to swap them to BTC and than transfer it. i can find this function
Читать полностью…is it only for open orders? Or for orders generally?
Читать полностью…do we have access to do that on behalf of the user?
Читать полностью…Binance does not provide a direct API endpoint for profit splitting, however you can achieve this by tracking trades, calculating profits, and distributing them according to your profit-sharing agreement.
- admin
For this type of consult, please reach out to our business team:
business@binance.com
Thank you.
-admin
Is testnet the same as the mock trading?
Читать полностью…Anyone got appl pay Paypal or cash app hit me up for a new cash out source rn
Читать полностью…Thank you for the links provided. I would like to inquire whether it is possible to obtain information about the current balance of derivative accounts in the same way as for spot accounts? I am interested in viewing the overall balance, not just individual transactions or trades. As I understand, this data is accessible via the API for retrieving account balance information in spot accounts. Could you please advise if there is a similar functionality available for derivatives?
Читать полностью…Hello! I need assistance with using the Binance API. I am looking to find API methods that allow me to retrieve comprehensive information on all fund movements and current account balances for derivative instruments, such as futures and options. It is crucial for me to be able to collect data both on the balance at the end of each day and on all transactions performed throughout the day. Could you please advise which API methods I should use for these purposes? Thank you in advance for your help!
Читать полностью…You can try one of the sdks here
https://github.com/binance
With 1 stream and 1 connection to see if it works flawlesy
I'm on production network. Monitoring and reconnect is in place, so I'm reconnecting. But there are so many reconnects that I'm loosing a lot of data
Читать полностью…