MetaSleuth Documents
MetaSleuth Documents
MetaSleuth Documents
  • Introduction
  • Media Kit
  • User Manual
    • Getting Started
      • Start by a Simple Search
      • Start by a Shared Chart
      • What are Nodes?
      • What are Edges?
    • Canvas and Panels
      • Canvas
        • Toolbox Overview
        • Better Layout
        • Customize Your Canvas
        • Keyboard Shortcuts
      • Address Panel
      • Edge Panel
      • InterChain Tracker Panel
    • Trace Funds (Ways to Retrieve Transfer Data)
      • Analyze
      • Expand In / Out
      • Load More
      • Advanced Analysis
      • Add Address/Tx
      • InterChain Traker (Trace across Blockchains Automatically)
      • Data Explorer
    • Monitor Fund Movements
    • Save and Share
      • Save Your Work
      • Collaborate with Others
      • Export Data
      • Make Your Work more Readble
        • Memo
        • Labels
        • Custom Watermark
      • Share Your Findings
    • Account and Data Management
      • Account Settings
      • Preference Settings
      • User Data
    • Plans, Billings and Payments
      • Change Your Plan
      • Update Your Payment Method and Billing Infomation
      • Team Plan & Billing
    • Tutorials
      • Crypto Tracking: Starting with a Transaction
      • Advanced Analysis: Lightweight Fund Tracking
  • BlockSec AML API
    • Introduction
      • Authentication
      • Response Format
    • Address Label API
      • APIs
    • Wallet Screening API
      • APIs
    • v2 (retired)
      • Getting Started
        • Authentication
        • Rate Limits
        • Supported Chains
      • API Endpoints
        • Address Label
        • Compliance Score
      • Appendix
  • Connection
    • Twitter
    • Telegram Group
Powered by GitBook
On this page
Export as PDF
  1. BlockSec AML API
  2. Introduction

Response Format

When your HTTPS request is successful, you will see the following four main fields in each response.

Field
Type
Description

request_id

String

The unique id for the current request. If you have any questions or concerns regarding the results of this request, please send us the request ID for review.

code

Integer

The request's status code. A code of 200000 indicates a successful request, while other codes indicate errors. The table below provides a comprehensive list of codes and their meanings.

message

String

Information regarding the code.

data

-

Detailed results. This field is different according to each request. Please refer to the doc of each endpoint to get the details.

Code
Description

200000

Success

400001

Unauthorized operation

400002

Request rate is too high. Please try again later.

400004

Invalid params

400005

User does not exist

400006

Server busy

400007

Invalid API key

400008

Invalid auth format

400009

The API key is expired

400010

404 not found!

400011

Invalid address. Please ensure that you have provided the correct chain and address.

400012

Daily request limit exceeded. Please try again tomorrow.

400013

Invalid params. Unsupported chain name

500000

Internal error

PreviousAuthenticationNextAddress Label API

Last updated 1 year ago