Place a New Order
1. Request Url
https://{host}/marketApi/trade
2. Request Param
Parameter name | Is it necessary | description |
channelId | Y | Channel number |
timestamp | Y | Millisecond timestamp(UTC+8) |
sign | Y | See "Signature Generation" |
tradePair | Y | Trade pair |
type | Y | buy/sell |
price | Y | price |
amount | Y | amount |
3.Request Example
4.Response Data