v9

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-173145129.1 KB
Credit

Get auto top-up config

Returns the current auto top-up configuration for a given receiver.

get/credit/v2/accounts/{account}/assets/{asset}/operator/auto-topup/config

Path parameters

accountstring required

User account address

assetstring required

Credit asset symbol (e.g. usdc, eure)

Query parameters

receiverstring required

Receiver address to get config for

Response

Auto top-up configuration

Example response

{
  "config": {
    "threshold": "500000000",
    "targetBalance": "1000000000",
    "healthFactor": "10000"
  }
}