Get frontier hashes

One entry per known account describing its frontier (latest) block — hash, block type, timestamp, chain depth, and representative. Sorted by account and paginated with ?offset and ?limit. Used for sync.

GET
/frontiers

Response Body

application/json

curl -X GET "https://ldn.core.test.network/frontiers"
{
  "property1": "f2a3b4c5d6e7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b3",
  "property2": "f2a3b4c5d6e7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b3"
}