filecoin-station / spark-stats

API exposing public statistics about Spark
Other
0 stars 1 forks source link

feat: API for deals tracked per allocator #196

Closed bajtos closed 1 month ago

bajtos commented 1 month ago

Example request:

GET /allocator/f03015751/deals/eligible/summary

Example response:

{
  "allocatorId": "f03019831",
  "dealCount": 117596,
  "clients": [
    {
      "clientId": "f02056762",
      "dealCount": 64674
    },
    {
      "clientId": "f03146638",
      "dealCount": 21405
    }
  ]
}

Links:

bajtos commented 1 month ago

@juliangruber hindsight please 🙏🏻