What's New in v1.4.0
π Bug Fixes
- Fixed Spread Trading API parameter names
- Spread Tickers:
spreadSymbolβsymbol - Spread Orderbook:
spreadSymbolβsymbol - Spread Recent Trades:
spreadSymbolβsymbol
- Spread Tickers:
- Fixed Interest Rate History API parameters
- Changed from
cointocurrency - Updated parameter list to match v5 UTA API specification
- Changed from
β¨ New Features
-
RFQ (Request for Quote) Trading API
- Full support for RFQ trading operations
- Create, cancel, and query RFQ requests
- Manage quotes and view trade history
- Access public RFQ trades
-
Spread Trading API
- Complete spread trading functionality
- Support for multiple spread types (FundingRateArb, CarryTrade, PerpBasis, FutureSpread)
- Order management and execution
- Real-time and historical data access
-
Affiliate Program API
- Affiliate user management
- Commission tracking capabilities
π Examples
- Added comprehensive sync examples for all new APIs
- Added async examples for all new APIs
- Updated existing examples with proper placeholder API keys
π Security
- Replaced all hardcoded API keys with placeholder values
- Ensured no credentials are committed to repository
π¦ API Coverage
New REST API Clients:
BybitApiRfqRestClient/BybitApiAsyncRfqRestClientBybitApiSpreadRestClient/BybitApiAsyncSpreadRestClientBybitApiAffiliateRestClient/BybitApiAsyncAffiliateRestClient
New Endpoints: 20+ new API endpoints across RFQ, Spread, and Affiliate modules
π Statistics
- 41 files changed
- 2,396 lines added
- All new APIs tested with testnet environment
Full Changelog: v1.3.0...v1.4.0