Check Crypto Address
Home
Home
    • Networks
      GET
    • Validate Address
      POST
    • Get Scam Wallets
      GET
    • Schemas
      • Network Model
    Home
    Home

      Get Scam Wallets

      GET
      https://api.checkcryptoaddress.com/scam-reports

      Request

      Query Params

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.checkcryptoaddress.com/scam-reports?page=1&search='

      Responses

      🟢200OK
      application/json
      Body

      Example
      {
          "data": [
              {
                  "id": "string",
                  "address": "string",
                  "reportCount": "string",
                  "lastReported": "string",
                  "walletNetworkId": "string",
                  "walletNetwork": {
                      "symbol": "string"
                  }
              }
          ],
          "page": {
              "total": 0,
              "count": 0,
              "current": 0
          }
      }
      Modified at 2025-10-27 17:08:54
      Previous
      Validate Address
      Next
      Network Model
      Built with