{
"merchantId": "2508211641112930000758",
"partnerOrderId": "EX29914_CREDIT_001",
"amount": {
"value": "10",
"currency": "USDT"
},
"accountId": "2508261601335390000616",
"remark": "wallet credit remark"
}curl --location '/api/v1/orders/wallet_credit' \
--header 'x-app-id;' \
--header 'x-timestamp: 0' \
--header 'x-nonce;' \
--header 'x-request-id;' \
--header 'x-lang;' \
--header 'Content-Type: application/json' \
--data '{
"merchantId": "2508211641112930000758",
"partnerOrderId": "EX29914_CREDIT_001",
"amount": {
"value": "10",
"currency": "USDT"
},
"accountId": "2508261601335390000616",
"remark": "wallet credit remark"
}'{
"code": "00000000",
"message": "success",
"status": "1",
"success": true,
"data": {
"orderId": "1102603251116429123228",
"orderType": "WALLET_CREDIT",
"status": "COMPLETED",
"merchantId": "2508211641112930000758",
"createdAt": "2026-03-25T14:20:30Z",
"fromAmount": {
"value": "10",
"currency": "USDT"
},
"toAmount": {
"value": "10",
"currency": "USDT"
}
}
}