Last updated 8 months ago
Returns the available API route groups of the node.
Successful operation
const response = await fetch('https://iota.nownodes.io/api/routes', { method: 'GET', headers: {}, }); const data = await response.json();
{ "routes": [ "text" ] }