Toshl Developer

List currencies

Get all available currencies.

GET /currencies

Required scope:

Parameters

currencies
optional
string

A comma separated list of currencies to return.

since
optional
string

Return all currencies that were modified since timestamp.

Format: date-time
types
optional
string

Return all currencies of a specific type.

Possible values: fiat, commodity, crypto, deprecated

* denotes required field/parameter.

Request

$ curl https://api.toshl.com/currencies \
  -H "Authorization: Bearer T9cE5asGnuyYCCqIZFoWjFHvNbvVqHjl"

Response

HTTP/1.1 200 OK
Content-Type: application/json

{
  "AFN": {
    "name":"Afghan Afghani",
    "symbol":"Af",
    "precision":2,
    "modified": "2012-09-04T13:55:15Z",
    "type": "fiat"
  }
}