How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Coin Metrics List of blockchain entities v2 API

Endpoints for fetching lists of blockchain entities.

Coin Metrics List of blockchain entities v2 API is one of 19 APIs that Coin Metrics publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include List of blockchain entities v2. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 7 operations across 7 paths, and defines 57 schemas. It is described by OpenAPI 3.2.0, at version 4.0.0.

Requests are made against 3 base URLs: https://api.coinmetrics.io/v4, wss://api.coinmetrics.io/v4, https://community-api.coinmetrics.io/v4.

7 operations 7 paths 57 schemas 7 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
4.0.0
Base URL
https://api.coinmetrics.io/v4
Authentication
API Key
License
Terms of Service
Resource Areas
1

Authentication & Security 1

Coin Metrics List of blockchain entities v2 API declares 1 security scheme for authenticating requests. An API key is passed in the query as api_key (api_key).

  • api_key — Coin Metrics API key can be specified as ?apikey= query parameter.

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 7 GET. Each is listed below with its method, path, parameters, and response codes.

List of blockchain entities v2 7

Endpoints for fetching lists of blockchain entities.

GET
/blockchain-v2/{asset}/blocks
List of blocks
getBlockchainV2ListOfBlocks 16 params → 200401403
GET
/blockchain-v2/{asset}/accounts
List of accounts
getBlockchainV2ListOfAccounts 16 params → 200401403
GET
/blockchain-v2/{asset}/sub-accounts
List of sub-accounts
getBlockchainV2ListOfSubAccounts 16 params → 200401403
GET
/blockchain-v2/{asset}/transactions
List of transactions
getBlockchainV2ListOfTransactions 16 params → 200401403
GET
/blockchain-v2/{asset}/balance-updates
List of balance updates
getBlockchainV2ListOfBalanceUpdates 23 params → 200401403
GET
/blockchain-v2/{asset}/rebasing-changes
List of rebasing changes
getBlockchainV2ListOfRebasingChanges 18 params → 200401403
GET
/blockchain-v2/{asset}/accounts/{account}/balance-updates
List of balance updates for account
getBlockchainV2ListOfBalanceUpdatesForAccount 22 params → 200400401403404

Schemas 57

The contract defines 57 schemas that model the data the API accepts and returns. The most detailed are BlockchainTransactionBalanceUpdateV2 (18 properties), BlockchainBlockInfoV2 (15 properties), BlockchainRebasingChangeV2 (13 properties), BlockchainBalanceUpdateSubAccount (11 properties). Each schema is shown below with its type and property counts.

BlockchainStaleBlock
string
This field is set to true if the corresponding block is stale. Otherwise omitted.
BlockchainAccountType
string
Account type. The possible values are: UTXO, VIRTUAL, ACCOUNT.
BlockchainSubAccount
string
Sub-account id.
BlockchainTransactionPhysicalSize
string
Physical size of the transaction, bytes.
BlockchainBlockTransactionInfoV2
object
9 properties 5 required
BlockchainBlockHeight
string
Height of the block.
BlockchainRebasingChangesResponseV2
object
Blockchain rebasing changes response.
4 properties 1 required
BlockchainBalanceUpdateSubAccount
object
11 properties 7 required
BlockchainBalanceUpdateV2
BlockchainTransactionSequenceNumber
string
It is used to order balance updates inside a single transaction to distinguish between serial and parallel balance updates.
BlockchainBlockInfoV2
object
15 properties 7 required
BlockchainBlockHash
string
Hash of the block.
BlockchainTransactionInfoV2
BlockchainRebasingChangesV2
array
BlockchainBalanceChange
string
Balance change.
BlockchainNumberOfBalanceUpdates
string
Number of balance updates.
BlockchainBlockNonce
string
Nonce of the block, hex-encoded.
BlockchainTransactionId
string
Identifier (txid) of the transaction.
BlockchainAccountBalance
string
Balance of the account.
BlockchainRebasingChangeV2
object
13 properties 10 required
BlockchainTransactionPosition
string
Transaction position.
BlockchainTransactionFee
string
Fee of the transaction.
BlockchainTransactionVersion
string
Version of the transaction.
BlockchainRebasingNumerator
string
This field represents the numerator of the rebasing coefficient at the time of the update. This value is omitted from responses if equal to the default value o…
BlockchainNumberOfTransactions
string
Number of transactions.
BlockchainTotalSent
string
Total amount sent.
BlockchainBlockConsensusSizeLimit
string
Consensus size limit of the block.
NextPageToken
string
Token of the next page results for a given request.
BlockchainTotalReceived
string
Total amount received.
BlockchainTransactionBalanceUpdateV2
object
18 properties 9 required
NextPageUrl
string
URL of the next page results for a given request.
BlockchainTransactionsResponseV2
object
Blockchain transactions response.
4 properties 1 required
BlockchainBlockPhysicalSize
string
Physical size of the block, bytes.
BlockchainAccountsResponseV2
object
Blockchain accounts response.
3 properties 1 required
BlockchainRebasingDenominator
string
This field represents the denominator of the rebasing coefficient at the time of the update. This value is omitted from responses if equal to the default value…
BlockchainDenomination
string
The denomination of the asset transacted. Only set if not the same as the asset being queried.
WarningObject
object
2 properties 2 required
BlockchainRebasingRoundingMode
string
This field represents the rounding mode used when converting tokens to shares using the rebasing coefficient at the time of the update. The possible values are…
BlockchainTransactionAmount
string
Sum of all debits in the transaction.
BlockchainNumberOfCredits
string
Number of credits.
BlockchainBlockVersion
string
Version of the block.
BlockchainBalanceUpdateCredit
boolean
Boolean indicating whether the update is a credit or a debit of the account.
BlockchainBlockConsensusSize
string
Consensus size of the block.
BlockchainBlockDifficulty
string
Difficulty of the block.
ErrorObject
object
2 properties 2 required
BlockchainBalanceUpdatesResponseV2
object
Blockchain balance updates response.
4 properties 1 required
BlockchainBlocksResponseV2
object
Blockchain blocks response.
4 properties 1 required
BlockchainBalanceUpdatesV2
array
BlockchainChainSequenceNumber
string
Chain sequence number.
BlockchainNumberOfDebits
string
Number of debits.
BlockchainAccount
string
Account id.
ErrorResponse
object
1 property 1 required
Time
string
The time in ISO 8601 date-time format. Always with nanoseconds precision.
BlockchainBlockExtraData
string
Extra data of the block, hex-encoded.
BlockchainSubAccountsResponseV2
object
Blockchain sub-accounts response.
3 properties 1 required
BlockchainTransactionConsensusSize
string
Consensus size of the transaction.
BlockchainSubAccountBalance
string
Sub-account latest balance.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

coin-metrics-list-of-blockchain-entities-v2-api-openapi.yml Raw ↑

Other APIs Coin Metrics publishes across the network.

Coin Metrics Blockchain Explorer Job API
Coin Metrics Blockchain Metadata API
Coin Metrics Catalog API
Coin Metrics Catalog v2 API
Coin Metrics Chain Monitor tools API
Coin Metrics Constituent Snapshots API
Coin Metrics Constituent Timeframes API
Coin Metrics Full blockchain entities v2 API
Coin Metrics Full catalog API
Coin Metrics Full catalog v2 API
Coin Metrics Jobs API
Coin Metrics Profile API
Where this information came from

This is an independent, third-party profile of Coin Metrics List of blockchain entities v2 API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.