curl --request GET \
--url https://api.dfns.io/exchanges/{exchangeId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"kind": "Binance",
"dateCreated": "<string>",
"name": "<string>"
}Retrieve the details of a specific exchange integration configuration.
curl --request GET \
--url https://api.dfns.io/exchanges/{exchangeId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"kind": "Binance",
"dateCreated": "<string>",
"name": "<string>"
}CustomerEmployee)EndUser)Exchanges:Read: Always required.Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
1Was this page helpful?