Exchanges

Provides a discovery endpoint for the exchanges supported by this server endpoint.

This endpoint returns an array of the exchange-ids (path endpoints) supported by this server, and the associated protocol supported by each exchange endpoint. The list supports pagination. Clients consuming this list and wishing to use an exchange endpoint MUST recognize and support the protocol identified in the value field. Clients are not expected to dynamically process the protocol specified.

get/exchanges

Query parameters

indexstring

The starting index for the list that is meaningful to the server. If omitted, the server must assume the start of the list.

limitnumber

The maximum number of items to return in the response. If omitted, the service should return all remaining items from the start index.

Response

A map of the exchange-id endpoints to protocols those exchanges support.

countnumber required

The number of elements returned in the array.

totalnumber required

The total number of elements available.

Changes