> ## Documentation Index
> Fetch the complete documentation index at: https://docs.eqxpay.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Autoconvert

> On-deposit auto-conversion summary and credit history

The Autoconvert API lets you read the autoconvert configuration and credit history for authenticated users.

See [Autoconvert concepts](/concepts/autoconvert) for how automatic conversion works.

## Endpoints

| Method | Path                              | Description                                        |
| ------ | --------------------------------- | -------------------------------------------------- |
| `GET`  | `/v1/api/autoconvert/me`          | Get autoconvert summary for the authenticated user |
| `GET`  | `/v1/api/autoconvert/credits`     | List autoconvert credits                           |
| `GET`  | `/v1/api/autoconvert/credits/:id` | Get a single credit by ID                          |
