cURL
curl --request GET \ --url https://api.aisa.one/apis/v1/coingecko/simple/supported_vs_currencies \ --header 'Authorization: Bearer <token>'
[ "btc", "eth", "usd", "eur", "jpy", "gbp" ]
List of all supported fiat and crypto currencies accepted as vs_currency.
vs_currency
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Array of currency codes.