Scorechain X Blockchair API (1.0.0)

Download OpenAPI specification:Download

The Scorechain API equips Blockchair for entity types detection

Authentication

Authentication requires an API key provided in the X-API-KEY request header. All API requests must include this header for proper authorization.

Entity Type Detection

This endpoint allows users to retrieve the entity type of several addresses.

Retrieve entity types of addresses

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.

  • parameters (object):
    • blockchain (string, required): The uppercased name of the blockchain. If the blockchain is EVM pass ETHEREUM.
    • addresses (string array, max 50 items, required): The addresses to retrieve the entity type for.
Authorizations:
ApiKeyAuth
Request Body schema: application/json

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

Responses

Request samples

Content type
application/json
{
  • "blockchain": "BITCOIN",
  • "addresses": [
    ]
}

Response samples

Content type
application/json
[
  • {
    }
]