- Developer
- Code Additions
Developer
Code Additions
Weekly code additions is the number of lines of code added to the public repository
GET
/v1/developer/code-additions
x-invezo-api-key*
curl --request GET \
--url https://api.invezo.com/v1/developer/code-additions \
--header 'x-invezo-api-key: AUTH_VALUE'
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/code-additions \
--header 'x-invezo-api-key: AUTH_VALUE'