{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "slamai-dev-wallet-holder-reputation",
  "title": "SlamAI \u00b7 Wallet Token Reputation Scores",
  "url": "https://slamai.dev/wallet/holder/reputation",
  "category": "data",
  "summary": "Fetch reputation scores for wallets across one or more tokens, with historical block or timestamp targeting.",
  "seo": {
    "title": "Wallet Reputation API | SlamAI",
    "description": "Query on-chain reputation scores for any wallet across specific tokens on Base. Free tier available (0 USDC)."
  },
  "use_cases": [
    "Assess wallet trustworthiness before executing peer-to-peer trades",
    "Filter airdrop recipients by token-specific reputation metrics"
  ],
  "ideal_buyer": "DeFi protocols and marketplaces evaluating counterparty risk through on-chain behavioral analysis.",
  "example_prompt": "Get the reputation score for wallet 0x1234... for the PEPE token at block 18000000.",
  "example_request_body": {
    "token": "PEPE",
    "wallet": "0x1234567890123456789012345678901234567890",
    "blockchain": "base",
    "at_block_number": 18000000
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "unknown",
    "median_category_atomic": 0
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xd85096faec1ac03075667b4c1a1661f5623bf111",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "0",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Returns reputation scores for a wallet across one or more specific tokens.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "blockchain": {
              "enum": [
                "ethereum",
                "base"
              ],
              "type": "string",
              "required": true,
              "description": "The blockchain network to query."
            },
            "at_timestamp": {
              "type": "string",
              "description": "UTC timestamp to calculate reputation at (ignored if block number is present)"
            },
            "estimate_cost": {
              "type": "boolean",
              "description": "If true, only the SLAM token cost is returned"
            },
            "token_symbols": {
              "type": "string",
              "description": "Pipe-delimited list of token symbols to query"
            },
            "wallet_address": {
              "type": "string",
              "required": true,
              "description": "Address of the wallet to query"
            },
            "at_block_number": {
              "type": "integer",
              "description": "Block number to calculate reputation at"
            },
            "token_addresses": {
              "type": "string",
              "required": true,
              "description": "Pipe-delimited list of token addresses to query"
            }
          }
        },
        "output": {
          "status": 200,
          "content": {
            "application/json": {
              "schema": {
                "oneOf": [
                  {
                    "type": "object",
                    "properties": {
                      "utc": {
                        "type": "string",
                        "description": "UTC timestamp in ISO 8601 format"
                      },
                      "slam": {
                        "type": "number",
                        "format": "double",
                        "description": "SLAM token cost for this API call"
                      },
                      "block": {
                        "type": "integer",
                        "format": "int32",
                        "description": "Block number for the reputation snapshot"
                      },
                      "chain": {
                        "type": "string",
                        "description": "Blockchain network name"
                      },
                      "holders": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "token": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "description": "Full name of the token"
                                },
                                "symbol": {
                                  "type": "string",
                                  "description": "Token symbol"
                                },
                                "address": {
                                  "type": "string",
                                  "description": "Token contract address"
                                }
                              }
                            },
                            "wallet": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "Optional display name for contract wallets"
                                },
                                "labels": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "Labels for the wallet if it is a contract (e.g., 'DeFi', 'DEX')"
                                },
                                "address": {
                                  "type": "string",
                                  "description": "The wallet address"
                                }
                              }
                            },
                            "reputation": {
                              "type": "object",
                              "properties": {
                                "raw": {
                                  "type": "number",
                                  "format": "double",
                                  "nullable": true,
                                  "description": "Optional numeric reputation score"
                                },
                                "tier": {
                                  "type": "string",
                                  "description": "Reputation rating as a letter grade (e.g., 'A-', 'B')"
                                },
                                "weight": {
                                  "type": "number",
                                  "format": "double",
                                  "nullable": true,
                                  "description": "Optional weighting of this token\u2019s reputation in the wallet\u2019s composite score"
                                }
                              }
                            }
                          }
                        },
                        "description": "List of token-specific reputation records for the wallet"
                      }
                    }
                  },
                  {
                    "type": "object",
                    "properties": {
                      "slam": {
                        "type": "number",
                        "format": "double"
                      }
                    }
                  }
                ]
              }
            }
          },
          "description": "OK"
        }
      }
    }
  ],
  "duplicate_cluster_id": "finance-cl-803a04f20556",
  "origin": {
    "slug": "slamai-dev",
    "host": "slamai.dev",
    "title": "slamai.dev",
    "description": "An x402-payable API origin hosted at slamai.dev. No service description available due to server error.",
    "url": "https://slamai.dev"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/slamai-dev-wallet-holder-reputation",
    "url": "https://x402all.com/resource/slamai-dev-wallet-holder-reputation",
    "name": "SlamAI \u00b7 Wallet Token Reputation Scores",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/slamai-dev-wallet-holder-reputation",
      "@type": "Offer",
      "price": "0",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://slamai.dev/wallet/holder/reputation",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/slamai-dev",
      "url": "https://slamai.dev",
      "name": "slamai.dev",
      "@type": "Organization"
    },
    "identifier": "slamai-dev-wallet-holder-reputation",
    "description": "Query on-chain reputation scores for any wallet across specific tokens on Base. Free tier available (0 USDC).",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=slamai-dev-wallet-holder-reputation",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=slamai-dev-wallet-holder-reputation"
}
