curl "https://api.trusset.org/lending-stocks/api/markets/{marketId}/configuration-status" \ -H "X-API-Key: trusset_your_key_here"
{ "success": true, "data": { "liquidationConfigured": true, "insuranceFundConfigured": true, "routerAuthorized": true, "fullyConfigured": true, "stockTokenAuthStatus": { "marketAuthorized": true, "routerAuthorized": true, "fullyAuthorized": true } } }
Check whether a market is fully configured on-chain
Show child attributes