Skip to Content
APISecurity Service APICheck Account Security

Check Account Security

1. Overview & Typical Use

Returns risk flags for a specified account address, including fraudulent transaction history, fraudulent token creation, advertising spam, and stablecoin blacklist status.

  • Typical use: pre-transaction risk check, address security assessment, compliance review.
  • When not to use: to check token security use “Check Token Security”; to check approval security use “Check Account Approval Security”.

2. Endpoint & Authentication

GET /api/security/account/data

For Base URL and authentication, see Common Network & Authentication.

This endpoint requires an API Key; calls without a Key return 401.

3. Request

ParameterTypeRequiredDefaultDescription
addressstringYesAccount address to check

4. Response

Top-level

FieldTypeRequiredDescriptionUnit/Precision
send_ad_by_memobooleanRequiredWhether the address frequently sends ads via memo
has_fraud_transactionbooleanRequiredWhether there are fraudulent transactions
fraud_token_creatorbooleanRequiredWhether the address is a fraudulent token creator
is_black_listbooleanRequiredWhether the address is on the stablecoin blacklist

5. Errors

For HTTP status codes, see Common Errors. Key points for this endpoint:

  • API Key Required: returns 401 if not provided.
  • When address is invalid or does not exist, all fields return false as a default response — no error is raised.
Last updated on: