Last updated 1 year ago
A successful response.
const response = await fetch('/cosmos/base/tendermint/v1beta1/syncing', { method: 'GET', headers: {}, }); const data = await response.json();
{ "syncing": false }