Skip to content

Commit c57eb4c

Browse files
andogrogitbook-bot
authored andcommitted
GITBOOK-862: Remove RPC banners
1 parent 594e4c2 commit c57eb4c

File tree

3 files changed

+19
-31
lines changed

3 files changed

+19
-31
lines changed

for-users/api/rpc-endpoints/account.md

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ description: '?module=account'
44

55
# Account
66

7-
{% hint style="info" %}
8-
Page is under construction. For a full description of RPC endpoints, visit [https://gnosis.blockscout.com/api-docs](https://gnosis.blockscout.com/api-docs)
9-
{% endhint %}
10-
117
### `https://instance_base_url/api?module=account`
128

139
## Return balance from a provided block

for-users/api/rpc-endpoints/contract.md

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ description: '?module=contract'
44

55
# Contract
66

7-
{% hint style="info" %}
8-
Page is under construction. For a full description of RPC endpoints, visit [https://gnosis.blockscout.com/api-docs](https://gnosis.blockscout.com/api-docs)
9-
{% endhint %}
10-
117
### `https://instance_base_url/api?module=contract`
128

139
## Get a list of contracts

for-users/api/rpc-endpoints/stats.md

+19-23
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ description: '?module=stats'
44

55
# Stats
66

7-
{% hint style="info" %}
8-
Page is under construction. For a full description of RPC endpoints, visit [https://gnosis.blockscout.com/api-docs](https://gnosis.blockscout.com/api-docs)
9-
{% endhint %}
10-
11-
###   `https://instance_base_url/api?module=stats`
7+
### `https://instance_base_url/api?module=stats`
128

139
## Get [ERC-20](https://github.com/ethereum/EIPs/issues/20) or [ERC-721](https://github.com/ethereum/EIPs/issues/721) token total supply by contract address
1410

@@ -53,9 +49,9 @@ https://instance_base_url/api
5349

5450
{% tabs %}
5551
{% tab title="Request Params" %}
56-
| Parameter | Description |
57-
| --------- | ------------ |
58-
| param | description |
52+
| Parameter | Description |
53+
| --------- | ----------- |
54+
| param | description |
5955
{% endtab %}
6056

6157
{% tab title="Example Result" %}
@@ -77,9 +73,9 @@ https://instance_base_url/api
7773

7874
{% tabs %}
7975
{% tab title="Request Params" %}
80-
| Parameter | Description |
81-
| --------- | ------------ |
82-
| param | description |
76+
| Parameter | Description |
77+
| --------- | ----------- |
78+
| param | description |
8379
{% endtab %}
8480

8581
{% tab title="Example Result" %}
@@ -101,9 +97,9 @@ https://instance_base_url/api
10197

10298
{% tabs %}
10399
{% tab title="Request Params" %}
104-
| Parameter | Description |
105-
| --------- | ------------ |
106-
| param | description |
100+
| Parameter | Description |
101+
| --------- | ----------- |
102+
| param | description |
107103
{% endtab %}
108104

109105
{% tab title="Example Result" %}
@@ -125,9 +121,9 @@ https://instance_base_url/api
125121

126122
{% tabs %}
127123
{% tab title="Request Params" %}
128-
| Parameter | Description |
129-
| --------- | ------------ |
130-
| param | description |
124+
| Parameter | Description |
125+
| --------- | ----------- |
126+
| param | description |
131127
{% endtab %}
132128

133129
{% tab title="Example Result" %}
@@ -149,9 +145,9 @@ https://instance_base_url/api
149145

150146
{% tabs %}
151147
{% tab title="Request Params" %}
152-
| Parameter | Description |
153-
| --------- | ------------ |
154-
| param | description |
148+
| Parameter | Description |
149+
| --------- | ----------- |
150+
| param | description |
155151
{% endtab %}
156152

157153
{% tab title="Example Result" %}
@@ -173,9 +169,9 @@ https://instance_base_url/api
173169

174170
{% tabs %}
175171
{% tab title="Request Params" %}
176-
| Parameter | Description |
177-
| --------- | ------------ |
178-
| param | description |
172+
| Parameter | Description |
173+
| --------- | ----------- |
174+
| param | description |
179175
{% endtab %}
180176

181177
{% tab title="Example Result" %}

0 commit comments

Comments
 (0)