List all registrations
Every unexpired registration this node holds, sorted by account and paginated.
Query Parameters
offset?integer
Index of the first registration to return.
Default
0Range
0 <= valuelimit?integer
Maximum registrations to return. Values above 1000 are clamped to 1000; a missing, zero, negative or unparseable value falls back to 100.
Default
100Range
1 <= value <= 1000Response Body
application/json
curl -X GET "https://ldn.core.test.network/directory"[
{
"account": "a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2",
"node_peer": "12D3KooWAbCdEfGhIjKlMnOpQrStUvWxYz",
"timestamp": 1709500000000000000,
"signature": "string"
}
]