Get Latest Block Height
Retrieves the most recent block height from a blockchain network.
Internally it uses the Get Latest Block
API call.
Method Declaration
Python
async def latest_block_height(self) -> int
Parameters
Response
Status | Meaning | Schema | Description |
---|---|---|---|
200 | OK | Height | The latest block height. |
400 | Bad Request | The request was malformed or invalid. |