user/orderComplete
Developing
Request
Body Params application/json
{
"orderId":2,
"transactionId":"ewqe212312we"
}
Request Code Samples
curl --location --request POST 'https://api.ambrus.studio/v2-testing/account/user/orderComplete' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId":2,
"transactionId":"ewqe212312we"
}'
Responses
application/json {
"id": 0,
"create_time": "string",
"update_time": "string",
"wallet_address": "string",
"wallet_type": 0,
"status": 0,
"uid": "string",
"private_key": "string"
}
Modified at 2025-09-22 07:25:59