curl --request GET \
--url https://api.walletsuite.io/api/info/chains \
--header 'x-api-key: <api-key>'{
"ok": true,
"code": "<string>",
"message": "<string>",
"data": {
"totalChains": 123,
"totalChainFamilies": 123,
"families": [
{
"totalChains": 123,
"chainFamily": "<string>",
"enabledChains": 123
}
]
}
}Returns chain families and chain counts per family.
curl --request GET \
--url https://api.walletsuite.io/api/info/chains \
--header 'x-api-key: <api-key>'{
"ok": true,
"code": "<string>",
"message": "<string>",
"data": {
"totalChains": 123,
"totalChainFamilies": 123,
"families": [
{
"totalChains": 123,
"chainFamily": "<string>",
"enabledChains": 123
}
]
}
}Was this page helpful?