GET
/
exchange
/
support
cURL
curl --request GET \
  --url https://openapiv1.coinstats.app/exchange/support \
  --header 'X-API-KEY: <api-key>'
[
  {
    "name": "<string>",
    "connectionId": "<string>",
    "icon": "<string>",
    "connectionFields": {}
  }
]
1 credit per request
Returns a list of exchange portfolio connections supported by CoinStats.

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Response

200
application/json

Get list of exchanges

The response is of type object[].