Get a bob

Get a bob

GET https://api.meria.com/v1/hardwares/bobs/:serial

This endpoint allows to get an owned bob

Path Parameters

Name
Type
Description

serial

integer

Serial of the bob to get

Headers

Name
Type
Description

API-KEY

string

Authentification token

{
    "success": true,
    "data": {
        "serial": 580099,
        "status": "inactive",
        "uptime": "285",
        "lastActivity": 1568986845,
        "hashrate": 175260000,
        "currencyCode": "ETH",
        "mined": {
            "ETH": 0.00003053
        }
    }
}

Last updated