Skip to content

Fix cursor property type decimal -> string?#96

Open
yaroslavnikolenko-design wants to merge 1 commit into
JKorf:mainfrom
yaroslavnikolenko-design:bug-cursor-type
Open

Fix cursor property type decimal -> string?#96
yaroslavnikolenko-design wants to merge 1 commit into
JKorf:mainfrom
yaroslavnikolenko-design:bug-cursor-type

Conversation

@yaroslavnikolenko-design

Copy link
Copy Markdown

The BitgetUaUserTrades and BitgetUaFinancialRecordPage classes define a Cursor property of type decimal.

However, the corresponding Bitget API endpoints return the Cursor value as a string. As a result, the library fails to correctly deserialize and map the API response to these classes, causing the Cursor property to remain unset or triggering a deserialization error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant