Authorization: Bearer ********************
{
"requestId": "1908021461024",
"fromAccountId": "AC1539470736228384",
"toAccountId": "AC1521908021461024",
"currency": "EUR",
"amount": 10.00,
"agreement": {
"customerType": "Individual",
"individualFirstName": "Tom",
"individualLastName": "Curry",
"individualIDType": "Passport",
"individualIDNumber": "R2308833",
"txnId": "TX2023020102",
"txnType": "SuyAsset",
"assetType": "USDT",
"assetAmount": 11.00,
"txnCurrency": "EUR",
"txnAmount": 10.00,
"customerAuthCode": "1234",
"verified": true,
"timestamp": 20221222
},
"agreementSignature": "e211783792e5b12a930e1f74dda5c262d35508b5f345ac4a347ced545cb5eb30",
"description": "buy USDT"
}
curl --location --request POST '/order/secure-transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "1908021461024",
"fromAccountId": "AC1539470736228384",
"toAccountId": "AC1521908021461024",
"currency": "EUR",
"amount": 10.00,
"agreement": {
"customerType": "Individual",
"individualFirstName": "Tom",
"individualLastName": "Curry",
"individualIDType": "Passport",
"individualIDNumber": "R2308833",
"txnId": "TX2023020102",
"txnType": "SuyAsset",
"assetType": "USDT",
"assetAmount": 11.00,
"txnCurrency": "EUR",
"txnAmount": 10.00,
"customerAuthCode": "1234",
"verified": true,
"timestamp": 20221222
},
"agreementSignature": "e211783792e5b12a930e1f74dda5c262d35508b5f345ac4a347ced545cb5eb30",
"description": "buy USDT"
}'
{
"id": "string",
"fromAccountId": "string",
"toAccountId": "string",
"currency": "EUR",
"amount": 0,
"agreement": {
"customerType": "Individual",
"individualFirstName": "string",
"individualLastName": "string",
"individualIDType": "string",
"individualIDNumber": "string",
"companyName": "string",
"companyNumber": "string",
"txnId": "string",
"txnType": "BuyAsset",
"assetType": "string",
"assetAmount": 0,
"txnCurrency": "string",
"txnAmount": 0,
"customerAuthCode": "string",
"verified": true,
"timestamp": 0
},
"agreementSignature": "string",
"description": "string",
"status": "Processing",
"ctime": "2019-08-24T14:15:22Z",
"utime": "2019-08-24T14:15:22Z"
}