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: docs/references/ic-dashboard-api.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The Internet Computer exposes five public REST APIs for querying live network st
17
17
18
18
## IC API
19
19
20
-
**`https://ic-api.internetcomputer.org/api/v3/`** — general network data across 40 endpoint groups.
20
+
**`https://ic-api.internetcomputer.org/api/v3/`**: general network data across 40 endpoint groups.
21
21
22
22
| Group | What it returns |
23
23
|-------|----------------|
@@ -40,7 +40,7 @@ Full endpoint reference: [ic-api.internetcomputer.org/api/v3/swagger](https://ic
40
40
41
41
## Metrics API
42
42
43
-
**`https://metrics-api.internetcomputer.org/api/v1/`** — time-series metrics, organized by topic.
43
+
**`https://metrics-api.internetcomputer.org/api/v1/`**: time-series metrics, organized by topic.
44
44
45
45
| Group | What it returns |
46
46
|-------|----------------|
@@ -61,7 +61,7 @@ Full endpoint reference: [metrics-api.internetcomputer.org/api/v1/docs](https://
61
61
62
62
## ICRC API
63
63
64
-
**`https://icrc-api.internetcomputer.org/api/v1/`** — data for any ICRC-standard token. Requires the token's ledger canister ID as a path parameter.
64
+
**`https://icrc-api.internetcomputer.org/api/v1/`**: data for any ICRC-standard token. Requires the token's ledger canister ID as a path parameter.
65
65
66
66
| Group | What it returns |
67
67
|-------|----------------|
@@ -82,7 +82,7 @@ Full endpoint reference: [icrc-api.internetcomputer.org/docs](https://icrc-api.i
82
82
83
83
## Ledger API
84
84
85
-
**`https://ledger-api.internetcomputer.org/api/v1/`** — data for the ICP ledger specifically. For other ICRC tokens, use the [ICRC API](#icrc-api) instead.
85
+
**`https://ledger-api.internetcomputer.org/api/v1/`**: data for the ICP ledger specifically. For other ICRC tokens, use the [ICRC API](#icrc-api) instead.
86
86
87
87
| Group | What it returns |
88
88
|-------|----------------|
@@ -96,7 +96,7 @@ Full endpoint reference: [ledger-api.internetcomputer.org/swagger-ui/](https://l
96
96
97
97
## SNS API
98
98
99
-
**`https://sns-api.internetcomputer.org/api/v1/`** — data for all SNS instances deployed on ICP.
99
+
**`https://sns-api.internetcomputer.org/api/v1/`**: data for all SNS instances deployed on ICP.
0 commit comments