Skip to content

Commit

Permalink
Update api access for the zora network (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
iainnash committed Sep 19, 2024
1 parent a753d75 commit aee991e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/pages/zora-network/api-access.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ There are a few supported APIs to access ZORA chain information.

1. RPC Access:

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.

* 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.
* 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.
* You can also use [dRPC](https://drpc.org/chainlist/zora) as a paid RPC node provider.

2. Explorer Access:

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


3. ZORA NFT API:

Use [api.zora.co](https://api.zora.co/) with ZORA as the network parameter to query NFT information on ZORA network.

0 comments on commit aee991e

Please sign in to comment.