Request
Body Params application/json
{
"userId":"test024",
"project":"flybird",
"priceId":5,
"prevId":-1,
"level":1,
"amount":4
}
Request Code Samples
curl --location --request POST 'https://api.ambrus.studio/v2-testing/account/user/rechargeOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId":"test024",
"project":"flybird",
"priceId":5,
"prevId":-1,
"level":1,
"amount":4
}'
Responses
application/json {
"id": 4,
"project_id": 1,
"deposit_id": null,
"amount": "1.00",
"wallet_address": "0xc7dabda39878b5e4a89635787620dbf863da012cf42ebfc6bb8dfd07ec19282f",
"coin_type": "0x84b27ddadc6139c7e8837fef6759eba4670ba3fc0679acd118b4e9252f834e29::e4c::E4C",
"tx_type": 1,
"status": 0,
"created_at": "2025-07-28T03:15:46.675Z",
"updated_at": "2025-07-28T03:15:46.675Z",
"user_id": "test003",
"level": 1,
"precison": 9
}
Modified at 2025-09-22 07:25:41