_tendermint_GetSyncingStateget https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/base/tendermint/v1beta1/syncingQueries the current node info.Parameters Path No parameters are needed. Examplecurl "https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/base/tendermint/v1beta1/syncing" \ -H 'x-allthatnode-api-key: 8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj' Returns OBJECT - The syncing information. Example{ "syncing": false } Try Yourself