Skip to content

Commit

Permalink
[Bug] Fix Websocket URI for sandbox (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
henningms authored and dougdellolio committed May 20, 2019
1 parent 9ba2baf commit dc3484b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoinbasePro/Shared/ApiUris.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class ApiUris
{
public const string WebsocketUri = "wss://ws-feed.pro.coinbase.com";

public const string WebsocketUriSandbox = "wss://ws-feed-public.sandbox.gdax.com";
public const string WebsocketUriSandbox = "wss://ws-feed-public.sandbox.pro.coinbase.com";

public const string ApiUri = "https://api.pro.coinbase.com";

Expand Down

0 comments on commit dc3484b

Please sign in to comment.