Developer
Active Developers
Weekly unique developers is defined as a developer who has at least one commit
GET
/v1/developer/active
x-invezo-api-key*
curl --request GET \
--url https://api.invezo.com/v1/developer/active \
--header 'x-invezo-api-key: <x-invezo-api-key>'
Query Parameters
asset
string
Comma separated list of asset codes (example: bitcoin,ethereum)
minrequired
int
start of the aggregate time window as a timestamp (example: 1168300800)
maxrequired
int
end of the aggregate time window as a timestamp (example: 1168300800)
intervalrequired
string
size of the time window (valid intervals: 5m, 1h, 1d, 1w, 1mo)
curl --request GET \
--url https://api.invezo.com/v1/developer/active \
--header 'x-invezo-api-key: <x-invezo-api-key>'