Skip to main content
This endpoint returns the complete loan performance history for a wallet — including total loans taken, how many were repaid successfully, and how many resulted in a default. Use it when you need to audit a wallet’s track record or display a repayment scorecard to users.
string
required
The EVM wallet address to query (e.g. 0x4EEA76237a91880B1c8B7a1c740610fFC0306EE4).
string
The network to query. Accepted values: amoy (default) or sepolia.

Endpoint

Request Example

Response — 200 OK

number
The total number of loans the wallet has taken out on the specified network, regardless of outcome.
number
The number of loans the wallet has fully repaid without defaulting. A value equal to totalLoans indicates a perfect repayment record.
number
The number of loans that resulted in a default. A value of 0 indicates the wallet has never defaulted.

Error Codes