Peter Lai
Peter Lai
Hi @rekt0x Thanks, we'll add these methods.
Hi @karahancodes The parameter of `holdSide` should be long or short.
Hi @felipebrazil02 I can't reproduce this, would you like to paste your ccxt version? BTW, the symbol is for spot market, if you want to create order for the swap,...
Hi, I think you can find in our wiki: https://github.com/ccxt/ccxt/wiki/Manual#account-balance
Hi @Smartromain I can create order, would you like to paste reproducible script (remove credentials or sensitive information)?
Hi @a-bahrami If you have `gmp` installed, it should look like: ``` $ php -m | grep gmp gmp ```
I've checked with their service, turns out they didn't open v2 api yet, and will focus on tuning v1 api. I'll keep my eyes on it.
Hi @eonsmile We've added these api endpoints, now you can call with implicit API methods. For example: ```JS // GET /derivatives/v3/public/order-book/L2 bybit.publicGetDerivativesV3PublicOrderBookL2({ "category":"linear", "symbol":"ETHUSDT" }) ```
Hi, Have you try this: ``` exchange.fetch_positions(symbols = ["LINA/USDT:USDT"]) ```
Hi @zydjohnHotmail There are `currency(code)` and `safeCurrency(currencyId, currency` in Exchange class, you can use them to get currency.