diff --git a/src/app/view/api-view/api-view.component.html b/src/app/view/api-view/api-view.component.html index 312c561..010ced1 100644 --- a/src/app/view/api-view/api-view.component.html +++ b/src/app/view/api-view/api-view.component.html @@ -1 +1,26 @@

api-view works!

+

Query API

+ +

+ The API function to call is specified through the q parameter.
+ For instance you can ask the current difficulty of Riecoin with "https://explorer.epic.tech/api?q=totalcoins". +

+

Real-Time Simple Queries

+ + +

Block Queries

+

+ Block APIs only consider blocks in the "main" chain (as determined by the explorer wallet). +

+ \ No newline at end of file