Skip to main content
GET
/
api
/
info
/
chains
Chains info
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
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

API key provided by WalletSuite team

Response

200 - */*

OK

ok
boolean
required
code
string
required
message
string
required
data
object