Skip to content

v1.4.0

Latest

Choose a tag to compare

@JohnnyWic JohnnyWic released this 04 Feb 06:46
· 2 commits to main since this release
b58fc7e

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
  • Fixed Interest Rate History API parameters
    • Changed from coin to currency
    • Updated parameter list to match v5 UTA API specification

✨ 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 / BybitApiAsyncRfqRestClient
  • BybitApiSpreadRestClient / BybitApiAsyncSpreadRestClient
  • BybitApiAffiliateRestClient / 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