burakoner / OKEx.Net

Open source .Net API wrapper for the @OKEx V5 Rest API and V5 Websocket API
MIT License
86 stars 48 forks source link

FundTransfer doesn't work #68

Closed qinlinyong closed 1 year ago

qinlinyong commented 2 years ago

execuse me. accounting the okex document,if i want transfer Funding account to Trading account,like this: Transfer 1.5 USDT from funding account to Trading account when current account is master-account POST /api/v5/asset/transfer body { "ccy":"USDT", "amt":"1.5", "from":"6", "to":"18" }

but in FundTransfer parameter OkexAccount ,there is no 18 Trading account. how can i solve this problem?

burakoner commented 1 year ago

Version 5.3.0 is released with this commit https://github.com/burakoner/OKEx.Net/commit/1700b679454393180777e3a9eb06772ed0a2d159 Also nuget package is available on https://www.nuget.org/packages/OKEx.Net/5.3.0