graphsense / graphsense-python

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

Bulk request address entities #5

Closed behas closed 3 years ago

behas commented 3 years ago

At the moment one can use

addresses_api.get_address_entity to map an address to an entity.

Having a bulk interface for that would be very useful. Maybe

/{currency}/addresses/entities?id=[...]

behas commented 3 years ago

move to graphsense open api