Get bridge deployment details
Retrieve bridge contract addresses and chain configuration using the /info endpoint.
Request
Path:/infoMethod type:GET
Example Request
curl https://turing-bridge-api.avail.so/infoExample response
{
"availChainName": "hex",
"bridgeContractAddress": "0x1369A4C9391cF90D393b40fAeAD521b0F7019dc5",
"vectorXChainId": "11155111",
"vectorXContractAddress": "0x570f6a1936386a4e060C2Daebbd0b6f5C091e13f"
}How is this guide?