Skip to Content
APIDeep AnalysisGet Account Tags

Get Account Tags

1. Overview & Typical Use

Returns all on-chain behavior tags associated with an account, including categories such as Assets, Activity, DeFi, NFT, and Governance.

  • Typical use: quickly understand the on-chain behavior profile of an account.
  • When not to use: to query account balance, use an account endpoint.

2. Endpoint & Authentication

GET /api/account/tag

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

This endpoint requires API Key: calls without a key return 401.

3. Request

ParameterTypeRequiredDefaultDescription
addressstringYesAccount address to query

4. Response

Top-level

FieldTypeRequiredDescriptionUnit/Precision
blueTagstringRequiredBlue tag (official identifier)
greyTagstringRequiredGrey tag
redTagstringRequiredRed tag (risk identifier)
publicTagstringRequiredPublic tag
chainTagsobjectRequiredOn-chain behavior tags grouped by category; empty object {} when the account has no tags
refreshTimeInfoobjectOptionalData refresh time info; not returned when the account has no tag data

chainTags category keys (dynamic object key set)

CategoryTypeRequiredDescription
AssetsarrayOptionalAsset tags (e.g. High Balance / Whale)
ActivityarrayOptionalActivity tags (e.g. High Activity / Large Trader)
DeFiarrayOptionalDeFi tags (e.g. Lender on JustLend)
NFTarrayOptionalNFT tags (e.g. NFT Collector)
GovernancearrayOptionalGovernance tags

Each category value is an array of tag elements; empty array [] when the account has no hits in that category.

refreshTimeInfo object

FieldTypeRequiredDescriptionUnit/Precision
typestringRequiredRefresh type (e.g. realtime)
lastUpdateTimeintegerRequiredLast update timeseconds timestamp

Tag element under each chainTags category

FieldTypeRequiredDescriptionUnit/Precision
tagNamestringRequiredTag name
tagNameKeystringRequiredTag name key
tagDescstringRequiredTag description
tagDescKeystringRequiredTag description key

5. Errors

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

  • API Key required: returns 401 if not provided.
  • General error handling rules apply; no special error scenarios.
Last updated on: