crazalchemist

Results 1 issues of crazalchemist

**Describe the bug** The AsyncClient.futures_place_batch_order provide an "1022 INVALID_SIGNATURE" error **To Reproduce** ``` from binance.client import AsyncClient, Client import asyncio api_key = '' api_secret = '' async def main(): client_1_a...