Get a masternode

Get a masternode

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

This endpoint allows to get an owned masternode.

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
    }
}

Last updated