GET
/
chain
/
info
Get Chain Info
curl --request GET \
  --url https://integrated-api.testnet.muchfi.xyz/api/chain/info
{
  "chainId": 123,
  "name": "<string>",
  "rpcUrl": "<string>",
  "blockExplorer": "<string>"
}

Response

200 - application/json

Chain information

chainId
integer
name
string
rpcUrl
string
blockExplorer
string