查询网络列表
该API返回BlockATM平台支持的所有网络配置信息。
Last updated
该API返回BlockATM平台支持的所有网络配置信息。
Last updated
GET /admin/api/v2/pub/allNetworks HTTP/1.1
Host: backstage-b2b-pre.ufcfan.org
Accept: */*
{
"code": "text",
"data": [
{
"addressType": "text",
"chainId": "text",
"confirm": 1,
"explorer": "text",
"name": "text",
"network": "text",
"testNet": false
}
],
"message": "text",
"success": true,
"trace": "text"
}