From 4d1d394927891213466884cd9a0c37935be896e0 Mon Sep 17 00:00:00 2001 From: "Mar.io" <34627453+Maar-io@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:29:45 +0100 Subject: [PATCH] added link to Rarible api keys --- docs/build/zkEVM/integrations/nft-api/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/build/zkEVM/integrations/nft-api/index.md b/docs/build/zkEVM/integrations/nft-api/index.md index ed48d3cce..b717265ba 100644 --- a/docs/build/zkEVM/integrations/nft-api/index.md +++ b/docs/build/zkEVM/integrations/nft-api/index.md @@ -14,7 +14,8 @@ Here are providers of NFT APIs on Astar zkEVM testnet and mainnet. ## Rarible NFT API [Rarible](https://rarible.com/) is a leading NFT marketplace that has launched its NFT API on Astar zkEVM testnet and mainnet. The Rarible NFT API is a RESTful API that enables developers to access NFT data on Astar zkEVM network. -Follow Rarible [Documentation](https://docs.rarible.org/reference/getting-started) to get started with the Rarible NFT API. +Follow Rarible [Documentation](https://docs.rarible.org/reference/getting-started) to get started with the Rarible NFT API. +Request your [free API key](https://api.rarible.org/dashboard/login) and [play](https://docs.rarible.org/reference/getitembyid) with the Rarible NFT API. [Here](https://codepen.io/Maar-io/pen/KKJJoVX) is an example use case of the Rarible NFT API. @@ -22,7 +23,7 @@ Follow Rarible [Documentation](https://docs.rarible.org/reference/getting-starte ## Bluez NFT API [Bluez](https://bluez.app/) is the first community-driven NFT marketplace built on the Astar Network. Bluez is dedicated to providing the Astar & Polkadot community with a top-tier user experience, easy-to-use features, and transparent governance. Bluez currently supports the ERC721 and ERC1155 standards for NFT assets, and plans to expand support to include other standards in future iterations. -Follow Bluez [Documentation](https://bluez.gitbook.io/bluez/) to [request the API key](https://bluez.gitbook.io/bluez/getting-started/requesting-api-keys) and [play](https://api.bluez.app/api/) with the Rarible NFT API. +Follow Bluez [Documentation](https://bluez.gitbook.io/bluez/) to [request free API key](https://bluez.gitbook.io/bluez/getting-started/requesting-api-keys) and [play](https://api.bluez.app/api/) with the Bluez NFT API. [Here](https://codepen.io/Maar-io/pen/XWOOPMW) is an example use case of the Bluez NFT API.