(self)
| 1913 | get_universal_transfer_history.__doc__ = Client.get_universal_transfer_history.__doc__ |
| 1914 | |
| 1915 | async def futures_ping(self): |
| 1916 | return await self._request_futures_api("get", "ping") |
| 1917 | |
| 1918 | futures_ping.__doc__ = Client.futures_ping.__doc__ |
| 1919 |
nothing calls this directly
no test coverage detected