/asics-tools

NextJS application for asic-tools

Primary LanguageTypeScript

ASIC Tools

API URL: https://www.asic-tools.com/api/trpc/market.get-all-market

API Documentions:

[GET] /api/trpc/market.get-all-market

{
  "id": null,
  "result": {
    "type": "data",
    "data": {
      "json": [
        {
        "id": "cl7dkwq7z0002xxcdb1dr6vzk",
        "vendor": "Kaboomracks",
        "price": 3299,
        "date": "2022-08-25T00:00:00.000Z",
        "model": "Antminer S19j Pro 100T"
        }
      ]
    }
  }
}

API URL: https://www.asic-tools.com/api/trpc/miner.get-all-miners

API Documentions:

[GET] /api/trpc/miner.get-all-miners

{
  "id": null,
  "result": {
    "type": "data",
    "data": {
      "json": [
        {
        "model": "Antminer S19j Pro 100T",
        "th": 100,
        "watts": 3250,
        "efficiency": 33
        }
      ]
    }
  }
}