GetShardingStructure
Retrieves the sharding structure from the lookup server.
Example Request
=== "cURL"
```shell
curl -d '{
"id": "1",
"jsonrpc": "2.0",
"method": "GetShardingStructure",
"params": [""]
}' -H "Content-Type: application/json" -X POST "https://zil.nownodes.io/"
```
Example Response
{ "id": "1", "jsonrpc": "2.0", "result": { "NumPeers": [0] } }
Arguments
Parameter
Type
Required
Description
id
string
Required
"1"
jsonrpc
string
Required
"2.0"
method
string
Required
"GetShardingStructure"
params
string
Required
Empty string ""