> 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/topups.md).

# Topups

## Get Account Topups made

<mark style="color:blue;">`GET`</mark> `{{BASE_URL}}/api/v1/account/topups/all`

This endpoint allows you to get all the account topups done.

#### Headers

| Name           | Type   | Description          |
| -------------- | ------ | -------------------- |
| Authentication | string | Authentication token |

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

```javascript
{
   "status":200,
   "message":"Account topup successfully fetched",
   "data":{
      "amount":0.0
   }
}
```

{% endtab %}
{% endtabs %}
