Get the list of exchange portfolio connections supported by CoinStats.
Exchange Connection
Get Exchanges
Get the list of exchange portfolio connections supported by CoinStats.
GET
Get the list of exchange portfolio connections supported by CoinStats.
1 credit per request
Authorizations
API key required to access the endpoints. Generate one from your dashboard at https://openapi.coinstats.app and pass it in the X-API-KEY request header. Never expose your key in client-side code.
Response
Get list of exchanges
Unique identifier for the exchange connection
Example:
"binance"
Display name of the exchange
Example:
"Binance"
URL to the exchange icon/logo
Example:
"https://static.coinstats.app/portfolio_images/binance_dark.png"
Array of required connection fields for the exchange API
Example:
[
{ "name": "API Key", "key": "apiKey" },
{ "name": "API Secret", "key": "apiSecret" }
]