Wallet Check

免费增值
通过 Invesignal | 已更新 2 mesi fa | Finance
人气

7.2 / 10

延迟

924ms

服务等级

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.

关注者:1
资源:
产品网站 使用条款
API 创建者:
Rapid account: Invesignal
Invesignal
Invesignal
登录并给 API 打分
打分:5 - 投票:1