GET
/
v1
/
developer
/
active
Active Developers
curl --request GET \
  --url https://api.invezo.com/v1/developer/active \
  --header 'x-invezo-api-key: <api-key>'

Query Parameters

asset
string
Comma separated list of asset codes (example: bitcoin,ethereum)
min
int
required
start of the aggregate time window as a timestamp (example: 1168300800)
max
int
required
end of the aggregate time window as a timestamp (example: 1168300800)
interval
string
required
size of the time window (valid intervals: 5m, 1h, 1d, 1w, 1mo)