Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 4 additions & 1 deletion WEBSOCKET-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down