Skip to main content

Smart Leverage Offers

WebSocket public URL

  • Mainnet:
    Earn: wss://stream.bybit.com/v5/public/fp

  • Testnet:
    Earn: wss://stream-testnet.bybit.com/v5/public/fp

Desc

  • Real-time push when price or quota parameters change
  • Periodic push every 30 seconds, even without any updates

Topic: earn.smartleverage.offers

Response Parameters

ParameterTypeComments
topicstringTopic name
dataarrayObject
> pstringProduct ID
> bstringBreakeven price
> estringQuote expiry time
> mstringMaximum single order amount at current quote
> cstringCurrent market price of the underlying asset

Subscribe Example

{
"op": "subscribe",
"args": [
"earn.dualassets.offers"
]
}

Stream Example

{
"topic": "earn.smartleverage.offers",
"data": [
{
"p": "13010",
"b": "553.849143",
"e": "1775040711994",
"m": "784",
"c": "615.1"
}
]
}