v1

latestSwagger 2.02026-08-0651043.0 KB
Credit Score API

Get AI-driven crypto trust score for a wallet address

Returns an AI-driven crypto trust score (1–9) for any wallet address, combining on-chain inflow/outflow analysis, fraud probability, and social graph signals. Designed for DeFi lending protocols that need to differentiate reliable borrowers from high-risk wallets before originating loans — without requiring identity data.

Response latency: under 100ms.

Subscription: Enterprise.

Supported networks: ETH, BNB, POLYGON, TON, BASE, HAQQ.

Further reading: Credit Score Guide

post/users/credit-score

Request body

network'ETH' required

Blockchain network to query.

walletAddressstring required

The wallet address to score.

Example request

{
  "network": "ETH",
  "walletAddress": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
}

Response

Credit score result

messagestring

Result status message.

Example response

{
  "message": "Success",
  "creditData": {
    "walletAddress": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
    "riskRating": 7
  }
}