Name | Type | Description | Notes |
---|---|---|---|
orderId | string | The order ID returned upon successful creation or the custom ID specified by the user during creation (i.e., the 'text' field). | [default to undefined] |
currencyPair | string | Currency pair | [default to undefined] |
account | string | Default to spot, portfolio, and margin accounts if not specified. Use 'cross_margin' to query cross margin accounts. Only 'cross_margin' can be specified for portfolio margin accounts. | [optional] [default to undefined] |
amount | string | trade amount, only one of amount and price can be specified | [optional] [default to undefined] |
price | string | trade price, only one of amount and price can be specified | [optional] [default to undefined] |
amendText | string | Custom info during amending order | [optional] [default to undefined] |