Ready

Returns OK if healthy and fully caught up.

GEThttps://algo.nownodes.io/ready
Authorization
Response

OK.

Request
const response = await fetch('https://algo.nownodes.io/ready', {
    method: 'GET',
    headers: {},
});
const data = await response.json();

Last updated