graphsense / graphsense-python

A Python client for the GraphSense REST interface.
MIT License
19 stars 3 forks source link

Cleanup stats endpoint #12

Closed behas closed 2 years ago

behas commented 2 years ago

Currently the endpoint delivery lots of legacy information and requires cleanup. I propose the following structure:

{
'version': 'r.0.5.1'
'request_timestamp': '2021-11-09 13:02:20'
'ledgers': [
    {'name': 'btc',
     'no_address_relations: ...
    ... },
    {...}

],

}