{
"signature": "string",
"data": {
"merchantId": "string",
"merchantOrderId": "string",
"amount": 0,
"coinId": "string",
"country": "string",
"notifyUrl": "string",
"redirectUrl": "string",
"timestamp": "string",
"nonce": "string"
}
}curl --location --request POST 'https://api.pelagotech.com/merchant-api/crypto-order' \
--header 'X-App-Key: {{merchant-app-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"signature": "string",
"data": {
"merchantId": "string",
"merchantOrderId": "string",
"amount": 0,
"coinId": "string",
"country": "string",
"notifyUrl": "string",
"redirectUrl": "string",
"timestamp": "string",
"nonce": "string"
}
}'{
"code": 0,
"data": {
"orderId": "string",
"cashierUrl": "string",
"order": {
"orderId": "string",
"tradeType": 0,
"orderStatus": 0,
"coinId": "string",
"amount": "string",
"address": "string",
"txHashList": "string",
"txHash": [
"string"
],
"paidAmount": "string",
"refundAmount": "string",
"payStatus": 0,
"expireTime": 0,
"createTime": 0,
"closedTime": 0,
"refundTime": 0,
"merchantId": "string",
"merchantBrandName": "string",
"merchantOrderNumber": "string",
"merchantAppId": 0,
"merchantAppName": "string",
"notifyUrl": "string",
"redirectUrl": "string"
}
},
"msg": "string"
}