Get the list of exchange portfolio connections supported by CoinStats.
Documentation Index
Fetch the complete documentation index at: https://coinstats.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
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.
Get list of exchanges
Unique identifier for the exchange connection
"binance"
Display name of the exchange
"Binance"
URL to the exchange icon/logo
"https://static.coinstats.app/portfolio_images/binance_dark.png"
Array of required connection fields for the exchange API
[
{ "name": "API Key", "key": "apiKey" },
{ "name": "API Secret", "key": "apiSecret" }
]