{ "method": "post", "id": 1, "request": { "type": "info", "payload": { "type": "allMids" } }}
{ "channel": "post", "data": { "id": 1, "response": { "type": "info", "payload": { "BTC": "43250.5", "ETH": "2650.25" } } }}
Channel for REST-style POST requests over WebSocket Supports both “info” and “action” type requests Allows WebSocket clients to execute the same operations available via REST API Messages are sent to the root WebSocket connection with method=“post”
REST-style POST request over WebSocket Supports both info (public data) and action (authenticated operations) requests
Response to a POST request