Create Order

Returns details of the newly created order, including its address, start and end time, and unique orderId.

Note:

This API will be applicable when entire whitelabel flow is implemented.

POST https://integration.coinmena.com/onramp-merchants/widget/createOrder

Request Body

NameTypeDescription

coinId*

String

coinId from networkList API

chainId*

String

chainId from networkList API

coinAmount*

String

The cryptocurrency amount to be used for the transaction. Ex: "2.00".

{
  "status": 1,
  "code": 200,
  "data": {
    "address": "",
    "startTime": "",
    "endTime": "",
    "orderId": ""
  }
}

Last updated