I installed the node on the server according to the documentation. But there is a problem with the rest api
For example, the following message is displayed when receiving information from an asset
What is the problem
If you’re trying to spin up a node that is connected to a public network it will take some time to catch up.
If you don’t need it to be an archival node I’d recommend setting up a non-archival node and using fast catchup, described here Install a node - Algorand Developer Portal
In general, I need to receive transaction information related to liquidity.
So I have to check the transactions instantly.
Now should I install node or indexer? Or use Sandbox?
(The node is currently installed on the server and the problem that arose was solved)