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"
}
}