gelono

Results 6 comments of gelono

> hello @gelono, This is not directly related to CCXT, bybit has that chain suspended, so there's nothing ccxt can do about it. ![image](https://private-user-images.githubusercontent.com/43336371/328548095-9d338150-ed10-4334-bb13-bc78ac9d77ff.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTUwOTAxMzYsIm5iZiI6MTcxNTA4OTgzNiwicGF0aCI6Ii80MzMzNjM3MS8zMjg1NDgwOTUtOWQzMzgxNTAtZWQxMC00MzM0LWJiMTMtYmM3OGFjOWQ3N2ZmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTA3VDEzNTAzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUyOTZhNTc1MjU5MDRiNzFlNGY1OWQ2OTQ4YTEzMDI1MzNmZDdjMjYzNDQ2ZmNkNDg1M2I2NDMxNjBlNTg4ZWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.WndBGQv4T3R9Z44eKGJ-320K_gKObrxcSQSuvCb2FNE) 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".