Skip to main content
GET
/
exchanges
/
{exchangeId}
Get Exchange
curl --request GET \
  --url https://api.dfns.io/exchanges/{exchangeId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "kind": "Binance",
  "dateCreated": "<string>"
}

Authentication

✅ Organization User (CustomerEmployee)
❌ Delegated User (EndUser)
❌ Service Account

Required Permissions

Exchanges:Read: Always required.

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

Path Parameters

exchangeId
string
required
Minimum length: 1

Response

200 - application/json

Success

id
string
required
kind
enum<string>
required
Available options:
Binance,
Kraken,
CoinbaseApp,
CoinbasePrime
dateCreated
string
required
name
string
I