From ee9dd8527805dfe7406e566a530955bd5494c192 Mon Sep 17 00:00:00 2001 From: MarketDataApp Date: Thu, 8 Feb 2024 15:56:01 -0300 Subject: [PATCH] update readme.md --- README.md | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 7423c4a..a1fb6f3 100644 --- a/README.md +++ b/README.md @@ -209,26 +209,6 @@ Debug mode can be particularly useful when you are first getting started with th Market Data's Go SDK covers the vast majority of v1 endpoints. See our complete list of endpoints in the [Market Data API Documentation](https://www.marketdata.app/docs/api). - | **Category** | **Endpoint** | **v1 Status** | **v2 Status** | - |-------------------|--------------|-----------|-----------| - | Markets | Status | ✅ | | - | Stocks | Candles | ✅ | ✅ | - | Stocks | Bulk Candles | ✅ | | - | Stocks | Quotes | ✅ | | - | Stocks | Bulk Quotes | ✅ | | - | Stocks | Earnings | ✅ | | - | Stocks | Tickers | ❌ | ✅ | - | Stocks | News | ✅ | ❌ | - | Options | Expirations | ✅ | | - | Options | Lookup | ✅ | | - | Options | Strikes | ✅ | | - | Options | Option Chain | ✅ | | - | Options | Quotes | ✅ | | - | Indices | Candles | ✅ | | - | Indices | Quotes | ✅ | | - -> Note on v2: Even though some v2 endpoints are available for use in this SDK, Market Data has not yet released v2 of its API for clients and v2 usage is restricted to admins only. Clients should only use v1 endpoints at this time. Even after v2 is released, we do not plan on deprecating v1 endpoints, so please build your applications with confidence using v1 endpoints. - | **Category** | **Endpoint** | **v1 Status** | **v2 Status** | |----------------------|------------------|:-------------:|:-------------:| | | | | | @@ -255,6 +235,8 @@ Market Data's Go SDK covers the vast majority of v1 endpoints. See our complete | | [Candles](https://www.marketdata.app/docs/api/indices/candles) | ✅ | ❌ | | | [Quotes](https://www.marketdata.app/docs/api/indices/quotes) | ✅ | ❌ | +> Note on v2: Even though some v2 endpoints are available for use in this SDK, Market Data has not yet released v2 of its API for clients and v2 usage is restricted to admins only. Clients should only use v1 endpoints at this time. Even after v2 is released, we do not plan on deprecating v1 endpoints, so please build your applications with confidence using v1 endpoints. + ### SDK License & Data Usage Terms The license for the Go SDK for Market Data is specifically for the SDK software and does not cover the data provided by the Market Data API. It's crucial to understand that accessing data through the SDK means you're also subject to the Market Data Terms of Service. You can review these terms at [https://www.marketdata.app/terms/](https://www.marketdata.app/terms/) to fully comprehend your rights and responsibilities concerning data usage.