Static
Currencies
Last updated
Last updated
GET /currencies HTTP/1.1
Host: api.testbank.dev
Accept: */*
{
"data": [
{
"type": "currencies",
"id": "USD",
"attributes": {
"name": "United States Dollar",
"symbol": "$",
"emoji": "🇺🇸"
},
"meta": {
"exchangeRate": 1
}
}
]
}