From aee991e1829858838779e0d94e7e35f573b733b2 Mon Sep 17 00:00:00 2001 From: Iain Nash Date: Thu, 19 Sep 2024 11:09:27 -0400 Subject: [PATCH] Update api access for the zora network (#733) --- docs/pages/zora-network/api-access.mdx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/pages/zora-network/api-access.mdx b/docs/pages/zora-network/api-access.mdx index 813438a62..1fad64356 100644 --- a/docs/pages/zora-network/api-access.mdx +++ b/docs/pages/zora-network/api-access.mdx @@ -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: @@ -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. -