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:
- Have sent or received transactions
- Have a history of sending or receiving on-chain assets such as Tokens or NFTs
- 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
- 200
- 400
- 401
- 403
- 404
- 405
- 408
- 409
- 413
- 414
- 429
- 500
- 503
Success
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Request Timeout
Conflict
Payload Too Large
URI Too Long
Too Many Requests
Internal Server Error
Service Unavailable