UsageWeb socket
WebSocket Connection
Establishes a WebSocket connection to receive real-time updates for new transactions, mempool items and offer files.
GET
/ws
WebSocket connection established
Establishes a WebSocket connection to receive real-time updates for new transactions, mempool items and offer files.
wscat -c wss://api.coinset.org/ws
WebSocket connection established
{
"type": "offer",
"data": {
"offer": "string"
}
}