Wallet Check

FREEMIUM
Por Invesignal | Atualizado 2 months ago | Finance
Popularidade

7.2 / 10

Latência

924ms

Nível de serviço

100%

Health Check

100%

LEIA-ME

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.

Seguidores: 1
Recursos:
Site do produto Termos de uso
API Creator:
Rapid account: Invesignal
Invesignal
Invesignal
Efetuar login para classificar API
Avaliação: 5 - Votos: 1