From ef96159e5cb985527147c9db9f32a9f4a1c4dc96 Mon Sep 17 00:00:00 2001 From: Shaurya Gupta Date: Thu, 19 Oct 2023 10:32:59 -0400 Subject: [PATCH] Added OpenSea API (#221) * Added OpenSea Api * Change URL to docs --------- Co-authored-by: Marcel Cruz <12413903+marcelscruz@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f7a49a..2b9b44e 100644 --- a/README.md +++ b/README.md @@ -422,6 +422,7 @@ | [Nomics](https://nomics.com/docs/) | Historical and realtime cryptocurrency prices and market data | `apiKey` | Yes | Yes | | [NovaDax](https://doc.novadax.com/en-US/#introduction) | NovaDAX API to access all market data, trading management endpoints | `apiKey` | Yes | Unknown | | [OKEx](https://www.okex.com/docs/) | Cryptocurrency exchange based in Seychelles | `apiKey` | Yes | Unknown | +| [OpenSea](https://docs.opensea.io/reference/api-overview) | The Largest NFT Marketplace | `apiKey` | Yes | No | | [Poloniex](https://docs.poloniex.com) | US based digital asset exchange | `apiKey` | Yes | Unknown | | [Solana JSON RPC](https://docs.solana.com/developing/clients/jsonrpc-api) | Provides various endpoints to interact with the Solana Blockchain | No | Yes | Unknown | | [Technical Analysis](https://technical-analysis-api.com) | Cryptocurrency prices and technical analysis | `apiKey` | Yes | No |