Skip to main content

Lookup entities

POST 

/lookupEntities

Determines whether the input string corresponds to an entity (Account or Transaction) and returns the result.

For Account entities, only active accounts are included in the results.

When an entity is identified as an Account, only active accounts meeting one or more of the following criteria are included:

  1. Have sent or received transactions
  2. Have a history of sending or receiving on-chain assets such as Tokens or NFTs
  3. Have an on-chain asset balance (e.g., Tokens, NFTs)

Entity details (e.g., account holdings, transaction history) can be queried via the Web3 Data API using the identifiers (e.g., account address, transaction hash) determined by this API.

Request

Responses

Success