Gets the minimum sync round for the ledger.
GET /v2/ledger/sync HTTP/1.1 Host: algo.nownodes.io X-Algo-API-Token: YOUR_API_KEY Accept: */*
Response containing the ledger's minimum sync round
{ "round": 1 }
Unset the ledger sync round.
DELETE /v2/ledger/sync HTTP/1.1 Host: algo.nownodes.io X-Algo-API-Token: YOUR_API_KEY Accept: */*
No content
Sets the minimum sync round on the ledger.
The round for which the deltas are desired.
POST /v2/ledger/sync/{round} HTTP/1.1 Host: algo.nownodes.io X-Algo-API-Token: YOUR_API_KEY Accept: */*