Skip to main content
GET
/
coingecko
/
simple
/
supported_vs_currencies
Supported Currencies
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"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Array of currency codes.