Skip to content

Commit 230e9cd

Browse files
authored
Added a note linking to Starknet's JSON-RPC API to RPC providers (#1512)
1 parent 71d7738 commit 230e9cd

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

components/Starknet/modules/tools/pages/fullnodes-rpc-providers.adoc

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@
2222
| Papyrus
2323
| https://github.com/starkware-libs/sequencer[github.com/starkware-libs/sequencer^]
2424
| https://www.starknet.io/blog/papyrus-an-open-source-starknet-full-node/[starknet.io/blog/papyrus-an-open-source-starknet-full-node]
25-
26-
2725
|===
2826

2927
== RPC providers
28+
29+
[TIP]
30+
====
31+
For complete information on the Starknet JSON-RPC API, see https://github.com/starkware-libs/starknet-specs/blob/master/api/starknet_api_openrpc.json[`starknet_api_openrpc.json`^].
32+
====
33+
3034
[%autowidth.stretch,cols=",,",options="header"]
3135
|===
3236
| Name
@@ -35,15 +39,15 @@
3539

3640
| Alchemy
3741
| http://www.alchemy.com/starknet[alchemy.com/starknet^]
38-
| See https://docs.alchemy.com/reference/starknet-api-faq#what-versions-of-starknet-api-are-supported[docs.alchemy.com/reference/starknet-api-faq^]
42+
| https://docs.alchemy.com/reference/starknet-api-faq#what-versions-of-starknet-api-are-supported[docs.alchemy.com/reference/starknet-api-faq^]
3943

4044
| All That Node
4145
| https://www.allthatnode.com/starknet.dsrv[allthatnode.com/starknet.dsrv^]
4246
| N/A
4347

4448
| Blast
4549
| http://blastapi.io/public-api/starknet[blastapi.io/public-api/starknet^]
46-
| See https://blastapi.io/public-api/starknet[blastapi.io/public-api/starknet^]
50+
| https://blastapi.io/public-api/starknet[blastapi.io/public-api/starknet^]
4751

4852
| BlockPI
4953
| http://blockpi.io/starknet[blockpi.io/starknet^]
@@ -55,7 +59,7 @@
5559

5660
| Chainstack
5761
| https://chainstack.com/build-better-with-starknet/[chainstack.com/build-better-with-starknet^]
58-
| See https://docs.chainstack.com/reference/getting-started-starknet#starknet-json-rpc-version-endpoints[docs.chainstack.com/reference/getting-started-starknet^]
62+
| https://docs.chainstack.com/reference/getting-started-starknet#starknet-json-rpc-version-endpoints[docs.chainstack.com/reference/getting-started-starknet^]
5963

6064
| dRPC
6165
| https://drpc.org/chainlist/starknet[drpc.org/chainlist/starknet^]
@@ -67,19 +71,19 @@
6771

6872
| GetBlock
6973
| https://getblock.io/nodes/strk/[getblock.io/nodes/strk^]
70-
| Use the `/rpc/vX_Y` suffix, as explained in https://github.com/eqlabs/pathfinder?tab=readme-ov-file#json-rpc-api[Pathfinder's README^]
74+
| Use the `/rpc/vX_Y` suffix, as described in https://github.com/eqlabs/pathfinder?tab=readme-ov-file#json-rpc-api[Pathfinder's README^]
7175

7276
| Infura
7377
| https://www.infura.io/networks/ethereum/starknet[infura.io/networks/ethereum/starknet^]
7478
| N/A
7579

7680
| Lava
7781
| https://www.lavanet.xyz/[lavanet.xyz^]
78-
| Use the `/rpc/vX_Y` suffix, as explained in https://github.com/eqlabs/pathfinder?tab=readme-ov-file#json-rpc-api[Pathfinder's README^]
82+
| Use the `/rpc/vX_Y` suffix, as described in https://github.com/eqlabs/pathfinder?tab=readme-ov-file#json-rpc-api[Pathfinder's README^]
7983

8084
| Nethermind
8185
| https://data.voyager.online/[data.voyager.online^]
82-
| See https://docs.data.voyager.online/spec[docs.data.voyager.online/spec^]
86+
| https://docs.data.voyager.online/spec[docs.data.voyager.online/spec^]
8387

8488
| NOWNodes
8589
| https://nownodes.io/starknet[nownodes.io/starknet^]
@@ -91,15 +95,15 @@
9195

9296
| QuickNode
9397
| https://www.quicknode.com/chains/strk[quicknode.com/chains/strk^]
94-
| See https://www.quicknode.com/docs/starknet#supporting-multiple-versions[quicknode.com/docs/starknet^]
98+
| https://www.quicknode.com/docs/starknet#supporting-multiple-versions[quicknode.com/docs/starknet^]
9599

96100
| Reddio
97101
| https://www.reddio.com/node[reddio.com/node^]
98102
| N/A
99103

100104
| Zan
101105
| https://zan.top/home/node-service[zan.top/home/node-service^]
102-
| Use the `/rpc/vX_Y` suffix, as explained in https://github.com/eqlabs/pathfinder?tab=readme-ov-file#json-rpc-api[Pathfinder's README^]
106+
| Use the `/rpc/vX_Y` suffix, as described in https://github.com/eqlabs/pathfinder?tab=readme-ov-file#json-rpc-api[Pathfinder's README^]
103107
|===
104108

105109
=== Open endpoints

0 commit comments

Comments
 (0)