> For the complete documentation index, see [llms.txt](https://docs.patascore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patascore.com/billing-operations/account-usage.md).

# Account Usage

## Account Usage

<mark style="color:blue;">`GET`</mark> `{{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. |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```javascript
{
   "status":200,
   "message":"Api usage successfully fetched",
   "data":{
      "amount":0.0
   }
}
```

{% endtab %}
{% endtabs %}
