Account Usage
Account Usage
GET
{{BASE_URL}}/api/v1/account/usage
This endpoint allows you to get the API usage for your account
Headers
Name
Type
Description
Authentication
string
Authentication token to track down who is emptying our stocks.
{
"status":200,
"message":"Api usage successfully fetched",
"data":{
"amount":0.0
}
}
Last updated
Was this helpful?