graphsense / graphsense-REST

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

Add Error handling and proper error msg. if unsupported currency is provided #93

Closed soad003 closed 1 year ago

soad003 commented 1 year ago

If a rest api endpoint is queried with an unsupported currency is queried we get an unhandled exception e.g. by requesting

/binance/addresses/addressA/tags?pagesize=10

I think this case should produce a human understandable error message, e.g. binance is not a supported currency.

soad003 commented 1 year ago

fixed in https://github.com/graphsense/graphsense-REST/commit/b546ef3c9e2f9e9143469c20225e6488003b3bdd