Closed henryksarat closed 3 months ago
When calling the Level2Snapshot and Level3Snapshot API's I get a 404.
Level2Snapshot
Level3Snapshot
Example:
kumex.DebugMode = true s := kumex.NewApiService( kumex.ApiBaseURIOption("https://api.kucoin.com"), kumex.ApiKeyOption("EDITED_OUT_FOR_GITHUB"), kumex.ApiSecretOption("EDITED_OUT_FOR_GITHUB"), kumex.ApiPassPhraseOption("EDITED_OUT_FOR_GITHUB"), kumex.ApiKeyVersionOption("ApiKeyVersionV2"), ) //resp, _ := s.Level2Snapshot("XBTUSDM") resp, _ := s.Level3Snapshot("XBTUSDM")
This interface has been deprecated and will be removed from the SDK in future updates.
When calling the
Level2Snapshot
andLevel3Snapshot
API's I get a 404.Example: