Skip to main content
GET
/
api
/
borrower
/
{identifier}
Get Borrower
curl --request GET \
  --url https://credit.cash/api/borrower/{identifier}
{
  "state": "INACTIVE",
  "score": 1947
}

Path Parameters

identifier
string
required

Wallet address (e.g., 0x...) or World username (e.g., satoshi.world)

Response

Credit record found

state
enum<string>
required

Borrower status on Credit

Available options:
INACTIVE,
ACTIVE,
DEFAULTED
score
integer
required

The borrower's credit score

Required range: x >= 0