Update readmes.

This commit is contained in:
nobody
2025-10-30 00:41:14 +08:00
parent 8962d26d2d
commit 4c21989328
5 changed files with 540 additions and 3 deletions

View File

@@ -8,8 +8,10 @@ feat: Add Aster DEX exchange support + fix precision issues
## Bug Fixes
- Fix precision error (code -1111) for all order types
- Fix "Quantity less than zero" error (code -4003) when closing positions
- Implement proper float-to-string conversion with exchange precision
- Add automatic precision fetching from /exchangeInfo endpoint
- Add quantity=0 handling in CloseLong/CloseShort (auto-detect position size)
- Remove trailing zeros from formatted values
## Documentation