Skip to content

Fix cursor property type decimal -> string?#96

Merged
JKorf merged 1 commit into
JKorf:mainfrom
yaroslavnikolenko-design:bug-cursor-type
Jul 20, 2026
Merged

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

Conversation

@yaroslavnikolenko-design

Copy link
Copy Markdown
Contributor

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.

@JKorf
JKorf merged commit 45a10ef into JKorf:main Jul 20, 2026
1 check passed
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.

2 participants