graphsense / graphsense-python

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

Request of ETH addresses not working #13

Closed behas closed 2 years ago

behas commented 2 years ago

The following code snippet works fine but UTXO ledgers, but not for Ethereum:

with graphsense.ApiClient(configuration) as api_client:
    api = addresses_api.AddressesApi(api_client)
    try:
        e = api.get_address_entity('eth', '0xFA8E3920daF271daB92Be9B87d9998DDd94FEF08')
        print(e)
    except ApiException as e:
        #pass
        print(e)
myrho commented 2 years ago

Error in currency configution table. Fixed by @defconst.