Get Crypto Exchanges

Retrieve the list of supported cryptocurrency exchanges for deposit declarations.

When confirming a crypto deposit declaration, users must specify the source of their funds. This endpoint provides a comprehensive list of exchanges that can be selected when the deposit originates from an exchange.

GET /api/v1/exchanges

[
  {
    "id": 16,
    "name": "btcturk_global",
    "displayName": "BtcTurk | Global"
  }
]

Last updated

Was this helpful?