List all registrations

Every unexpired registration this node holds, sorted by account and paginated.

GET
/directory

Query Parameters

offset?integer

Index of the first registration to return.

Default0
Range0 <= value
limit?integer

Maximum registrations to return. Values above 1000 are clamped to 1000; a missing, zero, negative or unparseable value falls back to 100.

Default100
Range1 <= value <= 1000

Response Body

application/json

curl -X GET "https://ldn.core.test.network/directory"
[
  {
    "account": "a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2",
    "node_peer": "12D3KooWAbCdEfGhIjKlMnOpQrStUvWxYz",
    "timestamp": 1709500000000000000,
    "signature": "string"
  }
]