Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.25 KB

File metadata and controls

20 lines (14 loc) · 1.25 KB

CreateQuote

Properties

Name Type Description Notes
scope Array<CreateQuoteScopeInner> [default to undefined]
baseAssetId string The asset you receive on BUY / give on SELL. [default to undefined]
quoteAssetId string The counter asset used to pay/receive. [default to undefined]
baseAmount string Amount in baseAssetId. BUY = base amount to receive; SELL = base amount to sell. [default to undefined]
side Side [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]

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