Retrieve the list of supported fiat currencies for a given transaction type (BUY or SELL). Use this to populate fiat options when fetching quotations or creating transactions.
GET
/
api
/
v1
/
partner
/
fiat-currencies
cURL
Copy
curl --request GET \ --url https://api.money.orki.io/api/v1/partner/fiat-currencies \ --header 'X-ORKI-API-KEY: <api-key>'