-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in GetAccountPositionsHistoryAsync #40
Comments
@burakoner could you please check this one. Unfortunately, my software doesn't work without this method. |
@overstartup
To:
It would be good if @burakoner fix and commit |
@vhd41 thanks a lot |
@burakoner Please solve these small things. That would be really useful. |
I've fixed this issue and will release new version today |
Version 1.4.0 has been released. Please check these out a233227 https://www.nuget.org/packages/OKX.Api/ |
It works, Thanks |
It seems there is an error when I want to get positions history.
var history = api.TradingAccount.GetAccountPositionsHistoryAsync(OkxInstrumentType.Swap, order.Symbol , positionId: order.PositionId.ToString(), limit: 10).Result;
it was working correctly in this version:
<PackageReference Include="OKX.Api" Version="1.1.7" />
this is the error:
The text was updated successfully, but these errors were encountered: