Skip to main content
POST
The quote has a limited validity period indicated by expire_at. Request a new quote if it has expired.

Quote Request by Integration

  • settlement_via: MARKET_ORDER or ONE_TO_ONE
  • rebalance_fee: true or false
  • developer_fee: not applicable
Check out the supported rails, chains, fee rebalancing, and settlement configuration combinations for Bybit here.

Rebalance Fee Behavior

Authorizations

Authorization
string
header
required

Bearer token authentication. Obtain token from Issue a Token endpoint

Body

application/json
order_amount
string
required

Order amount in USD.

Example:

"100.00"

integration_type
enum<string>
required
Available options:
BYBIT
Example:

"BYBIT"

settlement_config
object
required

Response

Quote created successfully

data
object