Wallet Check

ÜCRETSİZ PREMIUM
Taraf Invesignal | Güncelleyen 2 महीने पहले | Finance
Popülerlik

7.2 / 10

Gecikme

924ms

Hizmet Düzeyi

100%

Health Check

100%

README

Invesignal API Documentation

Welcome to the Invesignal API documentation. Invesignal provides a powerful API for screening cryptocurrency wallet addresses, enabling you to detect potential risks and fraud associated with those addresses. This documentation will guide you on how to use the API effectively.

Table of Contents

Getting Started

To get started with the Invesignal API, you need to sign up for an API key.

Authentication

All API requests must include an X-RapidAPI-Key parameter in the header for authentication. Here’s an example:

curl -H "X-RapidAPI-Key: YOUR_API_KEY" https://wallet-check.p.rapidapi.com/wallet/{address}

Supported wallets

  • Bitcoin
  • Ethereum
  • Tron

Endpoints

Retrieve Wallet Information

  • Endpoint: /wallet/{address}
  • Method: GET
  • Description: Retrieve detailed information about a cryptocurrency wallet address, including AML (Anti-Money Laundering) data, flag types, URLs, comments, and more.
  • Example Request:
    curl -H "X-RapidAPI-Key: YOUR_API_KEY" https://wallet-check.p.rapidapi.com/wallet/1DzWf1Y9nDKPgmc2em37KRjYePPmWggRce
    
  • Example Response:
      {
      "req_address": "string",
      "blockchain_info": {
        "code": "string",
        "msg": "string",
        "data": [
          {
            "chainFullName": "string",
            "chainShortName": "string",
            "address": "string",
            "contractAddress": "string",
            "balance": "string",
            "balanceSymbol": "string",
            "transactionCount": "string",
            "verifying": "string",
            "sendAmount": "string",
            "receiveAmount": "string",
            "tokenAmount": "string",
            "totalTokenValue": "string",
            "createContractAddress": "string",
            "createContractTransactionHash": "string",
            "firstTransactionTime": "string",
            "lastTransactionTime": "string",
            "token": "string",
            "bandwidth": "string",
            "energy": "string",
            "votingRights": "string",
            "unclaimedVotingRewards": "string"
          }
        ]
      },
      "wallet_status": {
        "address": "string",
        "flagged": "string",
        "flag_types": [
          "string"
        ],
        "urls": [
          "string"
        ],
        "comments": [
          "string"
        ]
      }
    }
    

Response Format

The API response is in JSON format and contains detailed information about the queried wallet address.

Rate Limiting

The Invesignal API has rate limiting in place to prevent abuse.

Error Handling

In case of errors, the API will return appropriate HTTP status codes and error messages in the response.


If you have any questions or need assistance, please don’t hesitate to contact our support team at support@invesignal.com. We’re here to help you integrate and make the most of the Invesignal API.

Takipçi Sayısı: 1
Kaynaklar:
Ürün Web Sitesi Kullanım şartları
API Üreticisi:
Rapid account: Invesignal
Invesignal
Invesignal
API'yi Değerlendirme İçin Giriş Yapın
Değerlendirme: 5 - Oy Sayısı: 1