Get current Ethereum head
Retrieve the current Ethereum slot and timestamp tracked by the bridge using the /eth/head endpoint.
Request
Path:/eth/headMethod type:GET
Example Request
curl https://turing-bridge-api.avail.so/eth/headExample response
{
"slot":4454752,
"timestamp":1709191840,
"timestampDiff":1716
}How is this guide?