Get current Avail head
Retrieve the current Avail block range tracked by the bridge using the /avl/head endpoint.
Request
Path:/avl/headMethod type:GET
Example Request
curl https://turing-bridge-api.avail.so/avl/headExample response
{
"data":{
"end":512738,
"start":488581
}
}How is this guide?