curl --request GET \ --url 'https://api.sprinter.tech/credit/accounts/{account}/info'
{ "data": { "USDC": { "debt": "750.25", "dueDate": "2025-07-15T23:59:59Z", "healthFactor": "1.85", "interest": "12.34", "liquidationLimit": "900.00", "mHealthFactor": "1.10", "principal": "737.91", "remainingCreditCapacity": "1249.75", "totalCollateralValue": "2500.00", "totalCreditCapacity": "2000.00" } } }
Returns credit details including collateral value, debt, health factor, interest, principal, and due date for a user account across all credit tokens
Ethereum account address
User credit information
map of credit token symbol (e.g., "USDC") to user credit info
Show child attributes