Credit

Build transaction calls to disable auto top-up

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

get/credit/accounts/{account}/operator/auto-topup/disable

Path parameters

accountstring required

User account address

Query parameters

receiverstring required

Receiver address to remove

Response

List of contract calls

Changes

Changed in 2 of the 9 revisions of this API.31

    • the calls/items/data response's property type/format changed from string/ to array/ for status 200

      response-property-type-changed

    • the calls/items/to response's property type/format changed from string/ to array/ for status 200

      response-property-type-changed

    • the calls/items/value response's property type/format changed from string/ to object/ for status 200

      response-property-type-changed

    • endpoint added

      endpoint-added