Beosin API Documentation
  • ⭐Getting Started
    • Get API Access key
    • Verification
    • Setting the risk strategy
    • Setting the risk score
  • 🎯API Endpoints
    • Basic
      • Account balance query
    • Compliance
      • Deposit Transaction Assessment
        • Change Logs
      • Withdrawal Transaction Assessment
        • Change Logs
      • EOA Address Risk Assessment
        • Change Logs
      • EOA Address Risk Assessment (Deprecated)
        • Change Logs
      • Token Risk Assessment (Deprecated)
      • Malicious Address Query
        • Change Logs
      • VASP Query
        • Change Logs
      • Entity Query (Deprecated)
        • Change Logs
    • Security
      • 1. Black address screening
  • 🤝Support
    • Common Result Messages
    • Rate Limits
    • Some Common Labels and Types
    • Supported Blockchain Platforms
    • Common Sanction Guidelines and Sanctioned Entities
    • Contact Us
Powered by GitBook
On this page
  1. Support

Common Result Messages

An API call that encounters an error will return code and display the cause of the error under the msg field.

Error Code
Description
Solution

200

Success

Success

50001

System upgrade is in progress

Try again later

50002

Response timeout

Try again later

40001

Parameter error

Check the passing of parameters

40002

Empty appId

Pass in the appId

40003

Empty appSecret

Pass in the appSecret

40004

Empty timestamp

Pass in the timestamp

40005

Empty sign

Pass in the sign

40006

AppId or appSecret error

Check the key passed in

40007

Sign check error

Check the key passed in

40008

No permission to access this URL

Please upgrade your plan

40009

Plan has expired

Please renew your plan

40010

Number of requests per second exceeds limit

Upgrade the key

40011

Number of requests per day exceeds limit

Upgrade the key

40012

Total number of requests exceeds limit

Upgrade the key

40013

Number of requests per month exceeds limit

Upgrade the key

PreviousSupportNextRate Limits

Last updated 5 months ago

🤝