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/pages/zora-network/api-access.mdx
+3-7
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,9 @@ There are a few supported APIs to access ZORA chain information.
4
4
5
5
1. RPC Access:
6
6
7
-
Use viem/ethers with a public RPC url or [your own node](https://docs.conduit.xyz/guides/run-a-node/op-stack-node) to access information.
8
-
7
+
* Use viem/ethers with the public RPC url (https://rpc.zora.energy/) or [your own node](https://docs.conduit.xyz/guides/run-a-node/op-stack-node) to access information.
8
+
* You can create a [conduit account](https://docs.conduit.xyz/nodes/get-api-keys) to get a free API key for the ZORA network without rate limits on the public node.
9
+
* You can also use [dRPC](https://drpc.org/chainlist/zora) as a paid RPC node provider.
9
10
10
11
2. Explorer Access:
11
12
@@ -15,8 +16,3 @@ There are a few supported APIs to access ZORA chain information.
0 commit comments