List masternodes

Get masternodes

GET https://api.meria.com/v1/masternodes

This endpoint allows to get all masternodes

Headers

Name
Type
Description

API-KEY

string

Authentification token

{
    "success": true,
    "data": [
        {
            "id": 9208,
            "status": "active",
            "collateral": 250,
            "currencyCode": "BITG",
            "reward": 0.00149775,
            "startDate": 1590739635,
            "endDate": null
        },
        {
            "id": 9224,
            "status": "active",
            "collateral": 4.2,
            "currencyCode": "ZEN-42",
            "reward": 0.00001253,
            "startDate": 1590739640,
            "endDate": null
        }
    ]
}

Last updated