Last updated 1 year ago
Fetch a list of supported currencies.
GET /currencies HTTP/1.1 Host: api.testbank.dev Accept: */*
List of supported currencies
{ "data": [ { "type": "currencies", "id": "USD", "attributes": { "name": "United States Dollar", "symbol": "$", "emoji": "🇺🇸" }, "meta": { "exchangeRate": 1 } } ] }