{ "request": { "method": "GET", "url": "https://v6.exchangerate-api.com/v6/YOUR-API-KEY/codes" }, "response": { "status": 200, "body": { "result": "success", "documentation": "https://www.exchangerate-api.com/docs", "terms_of_use": "https://www.exchangerate-api.com/terms", "supported_codes": [ ["AED", "UAE Dirham"], ["AFN", "Afghan Afghani"], ["ALL", "Albanian Lek"], ["AMD", "Armenian Dram"], ["EUR", "Euro"], ["GBP", "Pound Sterling"], ["JPY", "Japanese Yen"], ["USD", "United States Dollar"] ] } } }