Available Banks
- Yoma
- Aya
- Kbz
- UAB
Available Type
- usd
- sgd
- eur
- thb
- myr
Request :
Get: http://localhost:8181/api/v1/{bank}
Response :
{
"bank": "Yoma",
"date": "2020-06-30",
"buy": {
"myr": "305",
"sgd": "975",
"eur": "1490",
"usd": "1370",
"thb": "40"
},
"sell": {
"myr": "325",
"sgd": "995",
"eur": "1525",
"usd": "1375",
"thb": "45"
}
}
Request:
Get: http://localhost:8181/api/v1/{bank}/{type}
Response
{
"usd": {
"buy": "1358",
"sell": "1365"
}
}