burakoner / OKEx.Net

Open source .Net API wrapper for the @OKEx V5 Rest API and V5 Websocket API
MIT License
86 stars 48 forks source link

What is the correct way to change the REST base address? #74

Closed ZERGULIO closed 1 year ago

ZERGULIO commented 1 year ago

OkexClient api = new OkexClient(new OkexRestApiClientOptions { BaseAddress = "https://www.aws.okx.com" }); underlines in red, error, how to write?