Returns all registered parachains and parathreads with lifecycle info.
successful operation
Block number and hash at which the call was made.
const response = await fetch('https://dot-playbook.nownodes.io/paras', { method: 'GET', headers: {}, }); const data = await response.json();
{ "at": { "hash": "text", "height": "text" }, "paras": [ { "paraId": "text", "paraLifecycle": "onboarding", "onboardingAs": "parachain" } ] }