queryCount

Get the API calls associated with the API key.

circle-info

This method belongs to the class - Alpha

Parameters

PARAMETER

-

Returns

Promisearrow-up-right<QueryCount>

Example Code

new Alpha(apiKey).queryCount().then(x => console.log(x));

Last updated