Skip to main content
GET
/
settings
/
exchanges
/
{exchangeId}
Gets an exchange
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/settings/exchanges/{exchangeId} \
  --header 'Authorization: Bearer <token>'
{
  "exchange": "coinbase",
  "id": "95b11417-f18f-457f-8804-68e361f9164f",
  "enabledAt": "2023-11-07T05:31:56Z",
  "socialProvider": "emailOnly",
  "onRampProvider": "emailOnly"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

exchangeId
string
required

ID of the exchange

Required string length: 36
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

Response

Successful

exchange
enum<string>
required

Source exchange identifier

Available options:
coinbase,
kraken
id
string
Required string length: 36
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

enabledAt
string<date-time> | null
socialProvider
enum<string>

The 'turnkey' value is deprecated and will be removed in a future version.

Available options:
emailOnly,
magicLink,
apple,
bitbucket,
coinbasesocial,
discord,
epicgames,
facebook,
farcaster,
github,
gitlab,
google,
instagram,
linkedin,
microsoft,
twitch,
twitter,
blocto,
banxa,
coinbaseOnramp,
cryptoDotCom,
dynamic,
alchemy,
zerodev,
telegram,
turnkey,
coinbaseWaas,
sms,
spotify,
tiktok,
line,
steam,
shopify,
zksync,
kraken,
blockaid,
passkey,
okta,
sendgrid,
resend
onRampProvider
enum<string>

The 'turnkey' value is deprecated and will be removed in a future version.

Available options:
emailOnly,
magicLink,
apple,
bitbucket,
coinbasesocial,
discord,
epicgames,
facebook,
farcaster,
github,
gitlab,
google,
instagram,
linkedin,
microsoft,
twitch,
twitter,
blocto,
banxa,
coinbaseOnramp,
cryptoDotCom,
dynamic,
alchemy,
zerodev,
telegram,
turnkey,
coinbaseWaas,
sms,
spotify,
tiktok,
line,
steam,
shopify,
zksync,
kraken,
blockaid,
passkey,
okta,
sendgrid,
resend