{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "api-slamai-dev-wallet-reputation-full",
  "title": "Api \u00b7 Reputation Full",
  "url": "https://api.slamai.dev/wallet/reputation/full",
  "category": "finance",
  "summary": "Api \u00b7 Reputation Full \u2014 x402-protected finance API. Pay $0.0010 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Api \u00b7 Reputation Full \u2014 x402 finance API \u00b7 $0.0010 per call",
    "description": "Api \u00b7 Reputation Full \u2014 x402-protected finance API. Pay $0.0010 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.033,
    "median_category_atomic": 30000
  },
  "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": "1000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "x402 finance endpoint at api.slamai.dev.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "addresses": {
              "type": "string",
              "required": true,
              "description": "Pipe-delimited list of wallet addresses. Max: 75"
            },
            "blockchain": {
              "enum": [
                "ethereum",
                "base"
              ],
              "type": "string",
              "required": true,
              "description": "The blockchain network to query."
            },
            "at_timestamp": {
              "type": "string",
              "format": "date-time",
              "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"
            },
            "at_block_number": {
              "type": "integer",
              "format": "int32",
              "description": "Block number to calculate reputation at"
            }
          }
        },
        "output": {
          "status": 200,
          "content": {
            "application/json": {
              "schema": {
                "oneOf": [
                  {
                    "type": "object",
                    "properties": {
                      "utc": {
                        "type": "string",
                        "description": "UTC ISO 8601 timestamp of snapshot"
                      },
                      "slam": {
                        "type": "number",
                        "format": "double",
                        "description": "SLAM token cost for this API call"
                      },
                      "block": {
                        "type": "integer",
                        "format": "int32",
                        "description": "Block number used for reputation snapshot"
                      },
                      "chain": {
                        "type": "string",
                        "description": "Blockchain network name"
                      },
                      "wallets": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "tokens": {
                              "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"
                                      }
                                    }
                                  },
                                  "reputation": {
                                    "type": "object",
                                    "properties": {
                                      "raw": {
                                        "type": "number",
                                        "format": "double",
                                        "description": "Reputation score for this token"
                                      },
                                      "tier": {
                                        "type": "string",
                                        "description": "Reputation grade for this token"
                                      },
                                      "weight": {
                                        "type": "number",
                                        "format": "double",
                                        "description": "Relative weighting of this token in the wallet\u2019s composite reputation"
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "address": {
                              "type": "string",
                              "description": "Wallet address being evaluated"
                            },
                            "reputation": {
                              "type": "object",
                              "properties": {
                                "raw": {
                                  "type": "number",
                                  "format": "double",
                                  "description": "Numeric reputation score (e.g., 78.54)"
                                },
                                "tier": {
                                  "type": "string",
                                  "description": "Reputation letter grade (e.g., 'A-', 'B')"
                                },
                                "depth": {
                                  "type": "string",
                                  "description": "Confidence level or sample depth (e.g., 'Deep', 'Shallow')"
                                }
                              }
                            }
                          }
                        },
                        "description": "List of wallets and their full reputation profiles"
                      }
                    }
                  },
                  {
                    "type": "object",
                    "properties": {
                      "slam": {
                        "type": "number",
                        "format": "double"
                      }
                    }
                  }
                ]
              }
            }
          },
          "description": "OK"
        }
      }
    }
  ],
  "origin": {
    "slug": "api-slamai-dev",
    "host": "api.slamai.dev",
    "url": "https://api.slamai.dev"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-slamai-dev-wallet-reputation-full",
    "url": "https://x402all.com/resource/api-slamai-dev-wallet-reputation-full",
    "name": "Api \u00b7 Reputation Full",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-slamai-dev-wallet-reputation-full",
      "@type": "Offer",
      "price": "0.001",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.001000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://api.slamai.dev/wallet/reputation/full",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-slamai-dev",
      "url": "https://api.slamai.dev",
      "name": "api.slamai.dev",
      "@type": "Organization"
    },
    "identifier": "api-slamai-dev-wallet-reputation-full",
    "description": "Api \u00b7 Reputation Full \u2014 x402-protected finance API. Pay $0.0010 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-slamai-dev-wallet-reputation-full",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-slamai-dev-wallet-reputation-full",
  "callability": {
    "status": "partial",
    "schema_callability": 0.282,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.2,
    "validated_at": "2026-05-10T22:35:09.465672+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://api.slamai.dev/wallet/reputation/full",
    "content_type": "application/json",
    "response_schema": {
      "status": 200,
      "content": {
        "application/json": {
          "schema": {
            "oneOf": [
              {
                "type": "object",
                "properties": {
                  "utc": {
                    "type": "string",
                    "description": "UTC ISO 8601 timestamp of snapshot"
                  },
                  "slam": {
                    "type": "number",
                    "format": "double",
                    "description": "SLAM token cost for this API call"
                  },
                  "block": {
                    "type": "integer",
                    "format": "int32",
                    "description": "Block number used for reputation snapshot"
                  },
                  "chain": {
                    "type": "string",
                    "description": "Blockchain network name"
                  },
                  "wallets": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "tokens": {
                          "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"
                                  }
                                }
                              },
                              "reputation": {
                                "type": "object",
                                "properties": {
                                  "raw": {
                                    "type": "number",
                                    "format": "double",
                                    "description": "Reputation score for this token"
                                  },
                                  "tier": {
                                    "type": "string",
                                    "description": "Reputation grade for this token"
                                  },
                                  "weight": {
                                    "type": "number",
                                    "format": "double",
                                    "description": "Relative weighting of this token in the wallet\u2019s composite reputation"
                                  }
                                }
                              }
                            }
                          },
                          "description": "List of per-token reputations in the wallet\u2019s portfolio"
                        },
                        "address": {
                          "type": "string",
                          "description": "Wallet address being evaluated"
                        },
                        "reputation": {
                          "type": "object",
                          "properties": {
                            "raw": {
                              "type": "number",
                              "format": "double",
                              "description": "Numeric reputation score (e.g., 78.54)"
                            },
                            "tier": {
                              "type": "string",
                              "description": "Reputation letter grade (e.g., 'A-', 'B')"
                            },
                            "depth": {
                              "type": "string",
                              "description": "Confidence level or sample depth (e.g., 'Deep', 'Shallow')"
                            }
                          }
                        }
                      }
                    },
                    "description": "List of wallets and their full reputation profiles"
                  }
                }
              },
              {
                "type": "object",
                "properties": {
                  "slam": {
                    "type": "number",
                    "format": "double"
                  }
                }
              }
            ]
          }
        }
      },
      "description": "OK"
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "partial"
    },
    "contract_hash": "2cde8bacee1f8a829889405e89c7bed0f671fdc04860454e12b820a70a78a227"
  }
}