user/project/level
Developing
Request Code Samples
curl --location --request GET 'https://api.ambrus.studio/v2-testing/account/user/project/level?userId=test024&project=flybird'
Responses
application/json {
"data": [
{
"id": 8,
"project_id": 1,
"deposit_id": null,
"amount": "3.00",
"wallet_address": "0x636fa1cb1b821f1839b374194e7baa3cdc0ef55f0a7449a9141b02103a64764e",
"coin_type": "0x84b27ddadc6139c7e8837fef6759eba4670ba3fc0679acd118b4e9252f834e29::e4c::E4C",
"tx_type": 1,
"status": 2,
"created_at": "2025-07-29T23:08:59.518Z",
"updated_at": "2025-07-29T23:08:59.518Z",
"user_id": "test004",
"level": 1,
"precison": 9,
"project_name": "slg"
}
],
"statusCode": 200,
"message": "Success",
"totalPage": 0
}
Modified at 2025-09-19 07:25:38