cURL
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 } }
Returns summary counts for assets and supported chains.
API key provided by WalletSuite team
OK
Show child attributes
Was this page helpful?