MCPcopy Create free account
hub / github.com/sammchardy/python-binance / papi_bnb_transfer

Method papi_bnb_transfer

binance/client.py:10844–10855  ·  view source on GitHub ↗

Transfer BNB in and out of UM. https://developers.binance.com/docs/derivatives/portfolio-margin/account/BNB-transfer :param recvWindow: optional :type recvWindow: int :returns: API response

(self, **params)

Source from the content-addressed store, hash-verified

10842 )
10843
10844 def papi_bnb_transfer(self, **params):
10845 """Transfer BNB in and out of UM.
10846
10847 https://developers.binance.com/docs/derivatives/portfolio-margin/account/BNB-transfer
10848
10849 :param recvWindow: optional
10850 :type recvWindow: int
10851
10852 :returns: API response
10853
10854 """
10855 return self._request_papi_api("post", "bnb-transfer", signed=True, data=params)
10856
10857 def papi_get_um_income_history(self, **params):
10858 """Get UM Income History.

Callers 2

test_papi_bnb_transferFunction · 0.45
test_papi_bnb_transferFunction · 0.45

Calls 1

_request_papi_apiMethod · 0.95

Tested by 2

test_papi_bnb_transferFunction · 0.36
test_papi_bnb_transferFunction · 0.36