nhamilton1 / asics-tools

NextJS application for asic-tools

Home Page:https://www.asic-tools.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

NextJS application for asic-tools

https://www.asic-tools.com/


Languages

Language:TypeScript 98.3%Language:JavaScript 1.6%Language:CSS 0.1%