graphsense / graphsense-REST

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

Improve API docs #105

Open myrho opened 5 months ago

myrho commented 5 months ago

Users find it hard to find the API docs and to find out what the endpoints do and what the response fields mean in detail.

For instance, what the first/last_tx on the address neighbor endpoint result type mean: Is it just the first/last_tx between the neighboring addresses or is it the first/last_tx the neighbor address has ever got? The latter is the case, but it is not obvious.