Fixed exchange-rates output

This commit is contained in:
Erik C. Thauvin 2022-09-09 12:24:31 -07:00
parent af30050ed7
commit 73e505f30a

View file

@ -130,7 +130,7 @@ apiCall(listOf("exchange-rates"), mapOf("currency" to "usd"))
will return something like:
```json
{"data":{"currency":"BTC","rates":{"AED":"36.73","AFN":"589.50",}}}
{"data":{"currency":"BTC","rates":{"AED":"36.73","AFN":"589.50","...":"..."}}}
```
See the [examples](https://github.com/ethauvin/cryptoprice/blob/master/examples/) for more details.