Order

Create order

post/v1beta/ssl/orders

Request body

periodstring
quantitystring

Example request

{
  "period": "1",
  "quantity": "10"
}

Response

A successful response.

codeinteger
descstring

Example response

{
  "code": 0,
  "data": {
    "success": false
  },
  "desc": ""
}

Changes