Get Exchange

Retrieves the details of a specific exchange integration configuration.

HTTP request
GET/exchanges/{exchangeId}
Authentication
Authentication Type Supported
Organization User (CustomerEmployee) Yes
Delegated User (EndUser) No
Service Account No
Required permissions
Exchanges:Read (always required)
Authorization requirements
Header Type Required Description
Authorization string Yes Bearer token used to authenticate the request. See Authentication flows for instructions on generating this token.
Path parameters
Parameter Type Required Description
exchangeId string Yes Unique identifier of the exchange integration. Minimum length is 1 character.
Request body
curl --request GET \
  --url https://api.digitalassets.ibm.com/exchanges/{exchangeId} \
  --header 'Authorization: Bearer <token>'
Response
200: Success

Example response:

{
  "id": "<string>",
  "kind": "Binance",
  "dateCreated": "<string>",
  "name": "<string>"
}