Skip to content

Commit aee991e

Browse files
committed
Update api access for the zora network (#733)
1 parent a753d75 commit aee991e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/pages/zora-network/api-access.mdx

+3-7
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ There are a few supported APIs to access ZORA chain information.
44

55
1. RPC Access:
66

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.
910

1011
2. Explorer Access:
1112

@@ -15,8 +16,3 @@ There are a few supported APIs to access ZORA chain information.
1516
* [graphql endpoint](https://explorer.zora.energy/graphiql) / [docs](https://docs.blockscout.com/for-users/api/graphql)
1617
* [rest / etherscan type api endpoint](https://explorer.zora.energy/api) / [docs](https://docs.blockscout.com/for-users/api/rpc-endpoints)
1718

18-
19-
3. ZORA NFT API:
20-
21-
Use [api.zora.co](https://api.zora.co/) with ZORA as the network parameter to query NFT information on ZORA network.
22-

0 commit comments

Comments
 (0)