mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-18 21:55:08 +00:00
add currency codes endpoint
This commit is contained in:
@@ -1,5 +1,34 @@
|
||||
|
||||
{
|
||||
"codes": [{
|
||||
"title": "Get supported codes",
|
||||
"description": "Returns the supported currency codes (example response)",
|
||||
"request": {},
|
||||
"response": {
|
||||
"codes": [
|
||||
{
|
||||
"name": "AED",
|
||||
"currency": "UAE Dirham"
|
||||
},
|
||||
{
|
||||
"name": "AFN",
|
||||
"currency": "Afghan Afghani"
|
||||
},
|
||||
{
|
||||
"name": "ALL",
|
||||
"currency": "Albanian Lek"
|
||||
},
|
||||
{
|
||||
"name": "AMD",
|
||||
"currency": "Armenian Dram"
|
||||
},
|
||||
{
|
||||
"name": "ANG",
|
||||
"currency": "Netherlands Antillian Guilder"
|
||||
}
|
||||
]
|
||||
}
|
||||
}],
|
||||
"rates": [{
|
||||
"title": "Get rates for USD",
|
||||
"description": "Returns the rates for USD (sample response)",
|
||||
|
||||
Reference in New Issue
Block a user