Download OpenAPI specification:Download
The Scorechain API equips Blockchair for entity types detection
Authentication requires an API key provided in the X-API-KEY request header. All API requests must include this header for proper authorization.
This endpoint allows users to retrieve the entity type of several addresses. Please note that for UTXO based blockchain our clusterization is always on. The response preserves the exact order of the supplied addresses.
ETHEREUM.The Payload to retrieve the entity type of several addresses
| blockchain | string (BlockchainsEnum) Enum: "BITCOIN" "BITCOINCASH" "DASH" "DOGECOIN" "ETHEREUM" "LITECOIN" "RIPPLE" "SOLANA" "TEZOS" "TON" "TRON" Scorechain's internal identifier of the blockchain |
Array of objects |
{- "blockchain": "BITCOIN",
- "addresses": [
- {
- "address": "31oSGBBNrpCiENH3XMZpiP6GTC4tad4bMy",
- "entityType": "ATM"
}
]
}[- {
- "address": "31oSGBBNrpCiENH3XMZpiP6GTC4tad4bMy",
- "entityType": "ATM"
}
]