GET
/
currencies
List supported currencies
curl --request GET \
  --url https://qismah.app/api/public/v1/currencies \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Authorizations

Authorization
string
header
required

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

Response

Supported currency codes and metadata