AsyncAPI channel · Binance.US · Binance.US WebSocket API

/ws-api/v3

The single request/response channel of the Binance.US WebSocket API. The `method` field selects the operation; method names may be prefixed with an explicit version, e.g. "v3/order.place".

Provider: Binance.US AsyncAPI: v2.6.0 Spec: Binance.US WebSocket API Operations: 2 Messages: 3

Channel address

/ws-api/v3

Operations

publish
sendRequest
Send a WebSocket API request.
receiveResponse
Receive the matching WebSocket API response.

Messages

request
WebSocket API request
Content-Type: application/json
successResponse
WebSocket API success response
Content-Type: application/json
errorResponse
WebSocket API error response
Content-Type: application/json

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.