Skip to content

Commit 56b251b

Browse files
committed
docs: changelog for v2.43.9 — fix fetchOrderBook side examples
1 parent 64a363a commit 56b251b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.43.9] - 2026-05-23
6+
7+
### Fixed
8+
9+
- **Docs**: `fetchOrderBook` API reference examples now show `side="yes"` instead of `side="buy"`. The OpenAPI example generator checked parameter names before schema enums, so the `side` fallback (`"buy"`) shadowed the actual enum (`['yes', 'no']`).
10+
511
## [2.43.8] - 2026-05-23
612

713
### Fixed

0 commit comments

Comments
 (0)