For the complete documentation index, see llms.txt. This page is also available as Markdown.

Full block

Returns a full blockchain block with all transactions and balance updates. Results are limited to the last 30 days for Community users.

get
/blockchain-v2/{asset}/blocks/{block_hash}
Authorizations
api_keystringRequired

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

Path parameters
assetstringRequired

Asset name.

block_hashstringRequired

Block hash.

Query parameters
include_sub_accountsbooleanOptional

Boolean indicating if the response should contain sub-accounts.
This parameter is disabled for Community users.

Default: false
prettybooleanOptional

Human-readable formatting of JSON responses.

Default: false
ignore_unsupported_errorsbooleanOptional

Ignore "unsupported" errors for not currently supported by Coin Metrics items.

Default: false
Responses
200

Blockchain full block.

application/json
and
get/blockchain-v2/{asset}/blocks/{block_hash}

Last updated

Was this helpful?