Skip to main content
This endpoint returns the credit tier letter assigned to a wallet based on its trust ratio. Tiers range from A (highest) to E (lowest) and are derived from the wallet’s on-chain repayment history. Use this endpoint when you need a simple, categorical signal of creditworthiness — for example, to gate access to financial products or display a trust badge.
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

string
The credit tier letter for the wallet. Possible values are A, B, C, D, or E, determined by the wallet’s trust ratio as described in the table below.

Tier Thresholds

The tier is assigned based on the wallet’s trustRatio score (0–10,000). You can retrieve the raw trust ratio using GET /v1/reputation or GET /v1/credit.

Error Codes