diff --git a/README.md b/README.md index ec9ef2c..166faec 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Coinfloor has published [client libraries][] for several popular languages to ai The [WebSocket API][] is accessible via [WebSocket][] connection to the following URLs: ```text -wss://api.coinfloor.co.uk/ (encrypted) +wss://apiv2.coinfloor.co.uk/ (encrypted) ``` Commands, replies, and notifications traverse the WebSocket in text frames with [JSON][]-formatted payloads. diff --git a/WEBSOCKET-README.md b/WEBSOCKET-README.md index de88344..d4e713e 100644 --- a/WEBSOCKET-README.md +++ b/WEBSOCKET-README.md @@ -2,7 +2,10 @@ API === * Coinfloor Exchange UK - * `wss://api.coinfloor.co.uk/` + * Version 2 + * `wss://apiv2.coinfloor.co.uk/` + * Version 1 (Read Only) + * `wss://api.coinfloor.co.uk/` Coinfloor's application programming interface (API) provides our clients programmatic access to control aspects of their accounts and to place orders on the Coinfloor trading platform. The API is accessible via [WebSocket][IETF RFC 6455] connection to the URIs listed above. Commands, replies, and notifications traverse the WebSocket in text frames with [JSON][IETF RFC 4627]-formatted payloads.