Vai al contenuto
Sfoglia il riferimento
Tutte le risorse

Valute

2 endpoint · Le descrizioni degli endpoint sono in inglese.

List all supported ISO 4217 currencies

GET/currencies
read:currencies
Richiesta di esempio
bash
curl -H "Authorization: Bearer vokse_sk_…" \     -X GET https://api.vokse.ai/currencies
Risposta200 · Success

Get a single currency by ISO 4217 code

GET/currencies/{code}
read:currencies

Parametri

NomePosizioneObbligatorio
codepathObbligatorio
Richiesta di esempio
bash
curl -H "Authorization: Bearer vokse_sk_…" \     -X GET https://api.vokse.ai/currencies/{code}
Risposta200 · Success