Skip to main content

SocketPreferences

Hierarchy

Table of contents

Properties

Properties

disableSwapping

Optional disableSwapping: boolean

Flag to specify if routes that have dex swap should be ignored.

Defined in

socket-v2-sdk/src/client/models/SocketPreferences.ts:5


excludeBridges

Optional excludeBridges: BridgeName[]

Specify Bridges that should be excluded in routes. This option will be ignored if includeBridges is specified.

Defined in

socket-v2-sdk/src/client/models/SocketPreferences.ts:15


excludeDexes

Optional excludeDexes: Dexes[]

Specify Dexes that should be excluded in routes. This option will be ignored if includeDexes is specified.

Defined in

socket-v2-sdk/src/client/models/SocketPreferences.ts:10


includeBridges

Optional includeBridges: BridgeName[]

Specify Bridges that should be included in routes.

Defined in

socket-v2-sdk/src/client/models/SocketPreferences.ts:12


includeDexes

Optional includeDexes: Dexes[]

Specify Dexes that should be included in routes.

Defined in

socket-v2-sdk/src/client/models/SocketPreferences.ts:7


singleTxOnly

Optional singleTxOnly: boolean

Only get quotes with one user transaction to bridge.

Defined in

socket-v2-sdk/src/client/models/SocketPreferences.ts:17