Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.2 KB

File metadata and controls

29 lines (17 loc) · 1.2 KB

CreateQuote

Properties

Name Type Description Notes
scope Array<CreateQuoteScopeInner> [default to undefined]
baseAssetId string [default to undefined]
quoteAssetId string [default to undefined]
baseAmount string The amount to convert from [default to undefined]
side string Side of the order [default to undefined]
baseAssetRail TransferRail [optional] [default to undefined]
quoteAssetRail TransferRail [optional] [default to undefined]
slippageBps number Slippage tolerance in basis points (bps) for defi quotes - 1 is 0.01% and 10000 is 100% [optional] [default to 50]
settlement DVPSettlement [optional] [default to undefined]

Enum: CreateQuoteSideEnum

  • Buy (value: 'BUY')

  • Sell (value: 'SELL')

[Back to top] [Back to API list] [Back to Model list] [Back to README]