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