gelono
gelono
> hello @gelono, This is not directly related to CCXT, bybit has that chain suspended, so there's nothing ccxt can do about it.  Ok, thank you. I didn't see...
I see on the exchange the ability to select the Arbitrum One and Arbitrum One (Bridget) networks. Arbitrum One - works. I was able to manually withdraw funds.
> await exchange.load_markets() fetch Request: bybit POST https://api.bybit.com/v5/asset/withdraw/create RequestHeaders: {'Content-Type': 'application/json', 'X-BAPI-API-KEY': '****************', 'X-BAPI-TIMESTAMP': '1715092218664', 'X-BAPI-RECV-WINDOW': '5000', 'X-BAPI-SIGN': '***************************', 'Referer': 'CCXT', 'Accept-Encoding': 'gzip, deflate'} RequestBody: {"coin":"USDC","amount":"1.99","address":"0x4Ae*****************************D7E2","timestamp":1715092218643,"chain":"ARBITRUM ONE"}
Where can I find the exchange-specific id?
I was able to withdraw USDT on the BSC network. I think that in the case of the Arbitrum One network I am passing the network name incorrectly: {'network': 'Arbitrum...
I have resolved this issue. The correct name for Arbitrum One network is "ARBI".