RustMinerSystem

Documentation

Get Node Fee

GET /api/project/fee: Get Node Fee.

Get Node Fee

This chapter documents the request shape, parameters, and response for GET /api/project/fee.

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/project/fee

METHOD: 
GET

RESULT:
[
    {
        "r": "0.01",     // 费率 需要x100得到百分比
        "coin": "BTC"    // 币种
    },
    {
        "r": "0.01",
        "coin": "FB"
    },
    {
        "r": "0.01",
        "coin": "KAS"
    },
    ...
]

Legacy Source