Wallet Check

FREEMIUM
By Invesignal | Updated a month ago | Finance
Popularity

7.2 / 10

Latency

996ms

Service Level

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.

Followers: 1
Resources:
Product Website Terms of use
API Creator:
Rapid account: Invesignal
Invesignal
Invesignal
Log In to Rate API
Rating: 5 - Votes: 1