cURL
curl --request GET \ --url https://api.money.orki.io/api/v1/partner/fiat-currencies \ --header 'X-ORKI-API-KEY: <api-key>'
{ "msg": "Success", "data": [ { "code": "EUR", "name": "Euro", "logoSymbol": "EU", "fiatIcon": "<svg>…</svg>", "minAmount": 1 }, { "code": "GBP", "name": "British pound", "logoSymbol": "GB", "fiatIcon": "<svg>…</svg>", "minAmount": 8 } ], "success": true, "code": 200 }
The type of fiat currencies
BUY
SELL
"SELL"
Successful response
"Success"
Show child attributes
true
200