Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.12 KB

File metadata and controls

25 lines (18 loc) · 1.12 KB

SpotPovOrderCreator

Spot POV order creation request

Properties

Name Type Description Notes
currencyPair String Currency pair
side SideEnum Buy or sell order
amount String Trade amount
participationRate Integer Target participation rate as a percentage. Valid values: 5, 10, 20, and 40
ttl String Time to live. Valid values: 1h, 6h, 12h, 1d, 2d, 3d, 4d, 5d, 6d, and 7d
limitPrice String Limit price. If omitted, the market price is used [optional]
triggerPrice String Trigger price. If omitted, the order is triggered immediately [optional]
text String Order custom information. Users can set custom ID with this field. Custom fields must meet the following conditions: 1. Must start with `t-` 2. Excluding `t-`, length cannot exceed 28 bytes 3. Can only contain numbers, letters, underscore(_), hyphen(-) or dot(.) [optional]

Enum: SideEnum

Name Value
BUY "buy"
SELL "sell"