graphsense / graphsense-REST

A REST service for accessing cryptocurrency data stored in Apache Cassandra.
MIT License
10 stars 8 forks source link

stats endpoint | change no_labels #58

Closed behas closed 2 years ago

behas commented 2 years ago

The number of address tags (no_tags) should be fetched from the tagstore.

If easily possible, also add a field indicating the total number of tagged addresses (explicit via address tag + implicit via tagged cluster)

myrho commented 2 years ago

Done. Example:

{
      "name": "btc",
      "no_address_relations": 5949064674,
      "no_addresses": 927191122,
      "no_blocks": 718555,
      "no_entities": 426168920,
      "no_labels": 8820,
      "no_tagged_addresses": 5418845,
      "no_txs": 702583322,
      "timestamp": 1642118249
}