cURL
curl --request GET \ --url https://credit.cash/api/borrower/{identifier}
{ "state": "INACTIVE", "score": 1947 }
Retrieve borrower state and credit score by wallet address or World username.
Wallet address (e.g., 0x...) or World username (e.g., satoshi.world)
Credit record found
Borrower status on Credit
INACTIVE
ACTIVE
DEFAULTED
The borrower's credit score
x >= 0
Was this page helpful?