Get an asic

Get an asic

GET https://api.meria.com/v1/hardwares/asics/:id

This endpoint allows to get an owned asic.

Path Parameters

Name
Type
Description

id

integer

ID of the asic to get

Headers

Name
Type
Description

API-KEY

string

Authentification token

{
    "success": true,
    "data": {
        "id": 330,
        "type": "S17+",
        "status": "active",
        "hashrate": 36270000000000,
        "currencyCode": "BTC",
        "uptime": 71640,
        "mined": {
            "BTC": 0.02070824
        }
    }
}

Last updated