| 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] |
-
Buy(value:'BUY') -
Sell(value:'SELL')
[Back to top] [Back to API list] [Back to Model list] [Back to README]