You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: api-developers-guide/methods/blockchain-related-methods/getexplorershard.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -6,26 +6,26 @@ description: GetExplorerShard returns explorer nodes hashes in the network.
6
6
7
7
Returns explorer node hashes of a given shard.
8
8
9
-
####Parameters
9
+
## Parameters
10
10
11
11
{% hint style="danger" %}
12
12
Currently, `id` does not change which shard is queried; only the explorer endpoint \(`e0` or `e1`\) determines which shard is queried. Thus, `id` is optional.
13
13
{% endhint %}
14
14
15
15
*`id` - `Integer` - _\(Optional\)_ Shard ID to query.
16
16
17
-
####Returns
17
+
## Returns
18
18
19
19
*`nodes` - `Array`
20
20
*`id` - `String` - Explorer node hash.
21
21
22
-
####Sample Curl Request
22
+
## Sample Curl Request
23
23
24
24
```bash
25
25
curl -H "Content-Type:application/json" -X GET "e1.b.hmny.io:5000/shard"
0 commit comments