get_block: Get A Block Signature Datetime

Description Usage Arguments Value Examples

View source: R/get_block.R

Description

Get A Block Signature Datetime

Usage

1
get_block(block_height, api_key, ...)

Arguments

block_height

The block height. If set to "latest", returns the latest block available.

api_key

The user's public API key. To generate it, you need an account at Covalent HQ.

...

Additional arguments to pass to the request. For more information on available parameters see Covalent HQ API.

Value

Returns a data.frame with the block height and the signature datetime.

Examples

1
2
3
4
5
## Not run: 
get_block("11601973", MY_API_KEY)
get_block("latest", MY_API_KEY)

## End(Not run)

santiagogualchi/cvlnt documentation built on Jan. 22, 2021, 2:34 p.m.