Skip to main content
GET
/
api
/
info
General info summary
curl --request GET \
  --url https://api.walletsuite.io/api/info \
  --header 'x-api-key: <api-key>'
{
  "ok": true,
  "code": "<string>",
  "message": "<string>",
  "data": {
    "totalAssets": 123,
    "totalChains": 123,
    "totalChainFamilies": 123,
    "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