---
title: "Build transaction calls to disable auto top-up"
method: GET
path: "/credit/accounts/{account}/operator/auto-topup/disable"
tags: ["Credit"]
---

# Build transaction calls to disable auto top-up

`GET /credit/accounts/{account}/operator/auto-topup/disable`

Returns the removeCreditReceiver call if the receiver is currently
whitelisted; returns empty calls if already disabled.

## Path parameters

- `account` string, required

## Query parameters

- `receiver` string, required

## Response `200`

List of contract calls

- CreditGetDisableAutoTopupResponse
  - `calls` EvmContractCall[], required
    - `chain` string, required
    - `data` integer[], required
    - `to` integer[], required
    - `value` TypesBigInt, required

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/sprintertech/apis/untitled-api.md) · [All operations](https://skmtc.net/sprintertech/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sprintertech/untitled-api/versions/a1172848364e/schema)
