interface SwapUnavailableResponse {
    liquidityAvailable: boolean;
}

Properties

liquidityAvailable: boolean

Whether sufficient liquidity is available to settle the swap. All other fields in the response will be empty if this is false.