GET POST

/info/rates

Get current currency exchange rates.

Query Params / Form Data

key string required
abcdefghijklmnopqrstuvwxyz0123

Contains your API key.
Get it from here.

currency_from string
btc,ltc,eth,gbp,eur

Either a single currency or a comma-separated list of currencies to convert.
If not provided all currencies will be provided.

currency_to string required
USD

The currency to convert the others to.

Response JSON

status string required

Indicates the result of the API request.
For more details about error handling, check here.

currency_from array required
["btc", "ltc", "eth", "gbp", "eur"]

An array of currencies getting converted.

currency_to string required
USD

The currency to convert the others to.

rates object required
{ "btc": 90000, "eth": 3000, "eur": 1.2, "gbp": 1.3, "ltc": 80 }

The currency to convert the others to.