RustMinerSystem

Documentation

Get User Basic Info

GET /api/user/info: Get User Basic Info.

Get User Basic Info

This chapter documents the request shape, parameters, and response for GET /api/user/info.

Note

The endpoint contract below is carried over from the legacy RustMinerSystem documentation and organized under the current PoolNode documentation structure. Use your actual node address, secure route, and backend version when integrating.

Endpoint Contract

URL: 
/api/user/info

METHOD: 
GET

RESULT:
{
    "email": String,        // 用户的主账号邮箱地址
    "project_id": Number,   // 无需关注
    "user_id": Number       // 用户uid
}

Legacy Source