1 credit per request
Authorizations
API key needed to access the endpoints. Example: 'demo-api-key'
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" }
]