Sync

Returns the minimum sync round the ledger is keeping in cache.

get

Gets the minimum sync round for the ledger.

Authorizations
Responses
200
Response containing the ledger's minimum sync round
application/json
get
GET /v2/ledger/sync HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Accept: */*
{
  "round": 1
}

Removes minimum sync round restriction from the ledger.

delete

Unset the ledger sync round.

Authorizations
Responses
200Success
delete
DELETE /v2/ledger/sync HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Accept: */*

No content

Given a round, tells the ledger to keep that round in its cache.

post

Sets the minimum sync round on the ledger.

Authorizations
Path parameters
roundintegerRequired

The round for which the deltas are desired.

Responses
200Success
post
POST /v2/ledger/sync/{round} HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Accept: */*

No content