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

Method create_margin_loan

binance/async_client.py:1260–1263  ·  view source on GitHub ↗
(self, **params)

Source from the content-addressed store, hash-verified

1258 )
1259
1260 async def create_margin_loan(self, **params):
1261 return await self._request_margin_api(
1262 "post", "margin/loan", signed=True, data=params
1263 )
1264
1265 create_margin_loan.__doc__ = Client.create_margin_loan.__doc__
1266

Callers

nothing calls this directly

Calls 1

_request_margin_apiMethod · 0.95

Tested by

no test coverage detected