Currency

Get a list of all available currencies

get

Get a list of all available currencies

Responses
200
OK
application/json
get
GET //currency HTTP/1.1
Host: api.client.nbcgate.tech
Accept: */*
{
  "data": [
    {
      "id": 1,
      "iso_int": 1,
      "iso_str": "text",
      "name": "text"
    }
  ]
}