/rpc/v1/block
curl -L \ --url 'https://rpc-testnet.supra.com/rpc/v1/block'
{ "author": "text", "hash": "text", "height": 1, "parent": "text", "timestamp": { "timestamp": 1 }, "view": { "epoch_id": { "chain_id": 1, "epoch": 1 }, "round": 1 } }
/rpc/v1/block/{block_hash}
Hex encoded block hash
curl -L \ --url 'https://rpc-testnet.supra.com/rpc/v1/block/{block_hash}'