| Name | Type | Description | Notes |
|---|---|---|---|
| side | string | Side of the order | [default to SideEnum_Buy] |
| baseAmount | string | Amount to convert | [default to undefined] |
| baseAssetId | string | Source asset identifier | [default to undefined] |
| quoteAssetId | string | Target asset identifier | [default to undefined] |
| baseAssetRail | TransferRail | [optional] [default to undefined] | |
| quoteAssetRail | TransferRail | [optional] [default to undefined] |
-
Buy(value:'BUY') -
Sell(value:'SELL')
[Back to top] [Back to API list] [Back to Model list] [Back to README]